Closed
Description
Since commit 97722a3, calls like these fail on Windows 10:
boost::filesystem::is_directory(L"C:\\System Volume Information")
boost::filesystem::is_symlink(L"C:\\DumpStack.log")
This is because CreateFileW
now fails with ERROR_ACCESS_DENIED
, while the previously used GetFileAttributesW
succeeded.
Metadata
Metadata
Assignees
Labels
No labels