-
Notifications
You must be signed in to change notification settings - Fork 99
Directory.DeleteDirectory(): Method can get stuck in an infinite loop. #276
Comments
I may have found the culprit in code, if
Although I would expect the same behaviour on Windows 7 and Server 2012. |
Is there different behavior between network and local directories? About Win7 and sever 2012: |
The behavior should be the same for local and network drives. |
@ardestan I'm positive the issue is solved now. Could you perhaps test it? |
Hi, |
Hi, |
No, you'll have to compile this one your self. It has not been released yet. |
Hi, I'm using the last dev branch (version 2.1.1), now on XP it fails to delete nested folders on network path with the next message: |
Hi,
I have test that deletes nested folders on network drive, in Win7 and Server 2012 it works, but on XP it stuck, seems the method is not returning, probably an infinite loop.
I'm using the next method:
DeleteDirectory(string path, bool recursive), and I set the recursive argument to true.
The text was updated successfully, but these errors were encountered: