filesystem icon indicating copy to clipboard operation
filesystem copied to clipboard

Can you add features like 'directory_iterator'?

Open tangm421 opened this issue 5 years ago • 1 comments

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.

tangm421 avatar Aug 20 '19 17:08 tangm421

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.

tatsy avatar Jul 20 '20 06:07 tatsy