gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gulrak opened this issue · 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.