gulrak/filesystem

fs::remove_all() should return the number of deleted files including directories.

gulrak opened this issue · 0 comments

fs::remove_all() previously only returned the number of regular files removed, not counting in directories, but as directory is a file_type, they should count too.