STL/stl
Michael Scott Mueller 922eec2a12
<filesystem>::space fails with no read access to root (#552)
* <filesystem>::space fails with no read access to root

Avoid the unnecessary call to GetVolumePathNameW because read access for this call is required on the root of the mounted volume. This call used to be required for GetDiskFreeSpace, but should not be used for GetDiskFreeSpaceExW, where the full path should be used. The appropriate read permissions on the given path will be taken into consideration.

Co-authored-by: Billy O'Neal <billy.oneal@gmail.com>
2020-03-03 09:37:04 -08:00
..
inc <filesystem>: Fix directory_iterator returning "dot" and "dotdot" entries (#562) 2020-03-02 17:27:47 -08:00
msbuild <filesystem>::space fails with no read access to root (#552) 2020-03-03 09:37:04 -08:00
src <filesystem>::space fails with no read access to root (#552) 2020-03-03 09:37:04 -08:00
CMakeLists.txt <filesystem>::space fails with no read access to root (#552) 2020-03-03 09:37:04 -08:00