We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
path/
For example, the following code will fail:
fs::create_dir_all("a/");
This is because the parent of a/ is a which is basically the same path.
a/
a