rajeshgangam / dokan

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

Disabling recycle bin #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using Windows Explorer, I try to delete a file.

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

The file is actually deleted, but as explorer fails to move it to the
recycle bin I get a messageBox saying "Cannot delete file. Cannot find
specified file".

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

Dokan 0.5.2 on Win XP

Please provide any additional information below.

Original issue reported on code.google.com by fedecur...@gmail.com on 2 Jun 2010 at 11:50

GoogleCodeExporter commented 9 years ago
DokanOperations calls DeleteFile and then tries to move the file to /Recycled, 
after
it's been deleted.

Original comment by fedecur...@gmail.com on 2 Jun 2010 at 2:49

GoogleCodeExporter commented 9 years ago
In 0.5.3 I do not get the MoveFile Call in XP !!

Explorer asks nicely if I want to move the deleted file to Recycler.
I Click Yes,
I See dokan fire 
- A deleteFile
- A Cleanup

But no MoveFile API call !

Original comment by smurf...@gmail.com on 25 Sep 2010 at 7:36