filesystem-proposal
filesystem-proposal copied to clipboard
Boost Filesystem Library with modifications for the C++ standards committee proposal
It would be nice to have a way to make sure a directory_iterator does not open a symlink to a directory; maybe by adding a function to get a directory_entry...
That does not feel good. But a 'traditional' global error code makes thread-safe coding hard. My suggestions are: 1. Add an error_code member to directory_entry, *directory_iterator, and provide a member...
# Description Daniel Krügler [c++std-filesystem-29] IMO the range-support for [recursive_]directory_iterator should be deferred. The presented technique is IMO an unfortunate "hack" and should be replaced by factory functions returning a...