artiche / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Deleting a file or folder in explorer does not work correctly #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run "mirror.exe"
2. Create a single file or folder on dokan drive
3. Try to delete file in file explorer

What is the expected output? What do you see instead?

Expected is not to get any error message. Instead I see the following 
error:

---------------------------
Error Deleting File or Folder
---------------------------
Cannot delete hello: Cannot find the specified file.

Make sure you specify the correct path and file  name.
---------------------------
OK   
---------------------------

What version of the product are you using? On what operating system?

Dokan 0.3.9, Windows XP SP2

As pointed out by 路人甲 on dokan-dev.net, this appears to be related to:

http://www.osronline.com/showThread.cfm?link=79371

Original issue reported on code.google.com by dres.sch...@gmail.com on 18 Oct 2008 at 5:24

GoogleCodeExporter commented 9 years ago
I should also mention that the file does get deleted, but I guess the problem 
is that 
it is deleted instead of moved into the recycle bin.

Shift-delete works fine.

Original comment by dres.sch...@gmail.com on 20 Oct 2008 at 5:16

GoogleCodeExporter commented 9 years ago
Fixed on Dokan library 0.4.0.

Original comment by asa...@gmail.com on 10 Dec 2008 at 5:20

GoogleCodeExporter commented 9 years ago
I'm using dokan 0.4.2 on xp sp3, through the .net wrapper you created from the 
following libraries.

dokan-0421238x86.zip
dokan-net-0211227.zip

i get the same issue as above, yet am using version beyond that which you state 
as 
having been fixed.

as with the previous problem, shift delete works fine, but deleting to recycle 
bin 
fails.

help.!?!

Original comment by peter.sh...@gmail.com on 16 Jul 2009 at 4:23

GoogleCodeExporter commented 9 years ago
The same here, I am using dokan 0.4.2 on WinXP, SP3.
Shift-Delete works, Move to Trash does not.

Original comment by ingob...@googlemail.com on 1 Feb 2010 at 3:20

GoogleCodeExporter commented 9 years ago
Thank you for your report. I checked this issue on the latest version on the 
repository 
(r68). When you a delete file on explorer, the file is not moved to recycle bin 
and 
deleted from the system.

Original comment by asa...@gmail.com on 1 Feb 2010 at 10:50