artiche / dokan

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

Don't deletes folders #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
* I don't know it is a bug or the code is not programmed.

What steps will reproduce the problem?
1. Create a folder on mounted drive and create another one into last 
created folder
2. delete first created folder
3. refresh mounted drive

What is the expected output? What do you see instead?
folders are still available

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

Please provide any additional information below.

Original issue reported on code.google.com by love...@gmail.com on 1 Jan 2009 at 2:08

GoogleCodeExporter commented 9 years ago
Hi,

I had the same problem when using mirror.exe application, there is actually a 
bug in
the mirror.exe code. The function MirrorDeleteDirectory() works only for root
directories, it does not expect the FindFirstFile() finds items "." and ".." in 
empty
directories.

Regards,
Ivo

Original comment by iry...@gmail.com on 2 Feb 2009 at 1:40

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
http://groups.google.com/group/dokan/browse_thread/thread/f5301ca1c2f7e045
Whole Delete problem explained here very well in my last post on this thread.

Thanks
Amit

Original comment by amit.bha...@gmail.com on 1 Jul 2009 at 8:45