pathie-cpp
pathie-cpp copied to clipboard
Small C++ library for crossplatform Unicode path management
Results
2
pathie-cpp issues
Sort by
recently updated
recently updated
newest added
if given a invalid path, call to Path::children() function may lead to a memory leak due to throw in construct body. like call Path("\tmp").children() in windows os.
Previously, Path::exists() would produce an exception when a parent of the checked path existed, but was not a directory (for example: if the user called `Path("foo/baz.txt").exists()` when "foo" was a...