filesystem
filesystem copied to clipboard
Can you add features like 'directory_iterator'?
I also don't want to use bloated boost
in some situations. your code provided a good choice. But can you add the directory_iterator
similar boost
? I think it's very useful at some times.
I hope the commit by @tangm421 will be merged, which is really useful to avoid using Boost and to use filesystem
in legacy C++ environments without C++17.
I also prepared directory_iterator
which is more like the definition in STL.
https://github.com/tatsy/filesystem/commit/57837224483bc64596bb8652b86feb8877d42b55
I can make a new PR if my implementation is more helpful.