You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
The text was updated successfully, but these errors were encountered:
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
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
Original issue reported on code.google.com by
love...@gmail.com
on 1 Jan 2009 at 2:08The text was updated successfully, but these errors were encountered: