__environment__
OS : Windows7 64bit Professional
.NET : 3.5
AlphaFS : 112217
Directory.GetDirectories/GetFiles/GetFileSystemEntries throws DirectoryNotFoundException when path is long.
Of course, older versions(111486,111862) can use long Path.
Can you help me?
Comments: ** Comment from web user: decaf **
OS : Windows7 64bit Professional
.NET : 3.5
AlphaFS : 112217
Directory.GetDirectories/GetFiles/GetFileSystemEntries throws DirectoryNotFoundException when path is long.
Of course, older versions(111486,111862) can use long Path.
Can you help me?
Comments: ** Comment from web user: decaf **
I cannot reproduce the problem you are describing on the latest build (from GitHub). Directory.GetFileSystemEntries() works just as expected with a long path, regardless of whether using the long path prefix or not.