We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Describe the bug fs::remove_all should allow deletion of a file.
To Reproduce
assert(fs::remove_all("test.txt") == 1) assert(fs::remove_all("test.txt") == 0)
Expected behavior But now it will throw an exception.
Additional context