Closed
Description
opened on Feb 23, 2015
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.
Metadata
Assignees
Labels
No labels
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.
Activity