fs::remove_all() should return the number of deleted files including directories. #2
Closed
Description
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.