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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: