posix.h
649 Bytes
-
fileops: Fix stat() on directories for W32 · 19ac1ed7
The `stat` methods were having issues when called with a trailing slash in Windows platforms. We now use GetFileAttributes() where possible, which doesn't have this restriction.
Vicent Marti committed