filesystem
filesystem copied to clipboard
Add several methods that are not in this repo but in STL
This PR introduces several methods that are not defined in this repo but defined in STL.
exists()is defined as a method infilesystemnamespace https://en.cppreference.com/w/cpp/filesystem/existsis_directory()is defined as a method infilesystemnamespace https://en.cppreference.com/w/cpp/filesystem/is_directorystring()is defined as a member ofpathobject instead ofstr()https://en.cppreference.com/w/cpp/filesystem/path/string
For the backward compatibility, the methods, which are originally defined in this repo, are kept unchanged.