fileops: Fix stat() on directories for W32
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.
Showing
Please
register
or
sign in
to comment