NTFS is case sensitive.
NTFS does not have a 260ch path limit.
The slowness of stat() (or at least part of it) is due to the inefficient way Win32 does filesystem enumeration/status queries.
Also, upper/lowercasing is not defined the same in all languages. In turkish, i becomes uppercase Í.
NTFS is case sensitive.
NTFS does not have a 260ch path limit.
The slowness of stat() (or at least part of it) is due to the inefficient way Win32 does filesystem enumeration/status queries.