hollasch / pathmatch

A directory/filename pattern match utility for the Windows command shell
MIT License
6 stars 3 forks source link

Investigate std::filesystem #22

Closed hollasch closed 6 years ago

hollasch commented 7 years ago

Much better to use this standard cross-platform solution than my custom FileSystemProxy code. Verify that this works on Windows, OSX and Ubuntu.

hollasch commented 6 years ago

Well, not going to verify other OSs for now. Just marching ahead on Windows, and will sort out the rest later. So far, it's working well.