peteraritchie / LongPath

drop-in library to support long paths in .NET
GNU Lesser General Public License v3.0
112 stars 43 forks source link

DirectoryInfo.Exists returns false on existing root of FAT32 disk #69

Open DonTimoooh opened 6 years ago

DonTimoooh commented 6 years ago

If I run DirectoryInfo.Exists on the existing root of a FAT32 formatted drive it returns false. The DirectoryInfo.SystemInfo.Exists return true. Also Directory.Exists(DirectoryInfo.FullName) returns true. I only have this issue on FAT32.