__init__.py
10 KB
-
fix some win32 problems when OSFS points to root of a drive · 7144749e
Basically, long-format file names the point to a drive are invalid unless they end with a backslash. So "\\\\?\\C:" is wrong (and you'll be told it doesn't exist) while "\\\\?\\C:\\" is right.
rfkelly0 committed