Luiz Eduardo Simões

Results 2 comments of Luiz Eduardo Simões

Yes, it is definitely a Directory, and the directory is created by AlphaFS itself. My code is something like this: ``` var dir = new DirectoryInfo("C:\\Path\\to\\Directory"); if (dir.Exists) dir.Delete(true); dir.Create();...

Yes, it is the same path mentioned. And the exception happens every time.