fs::remove_all() should return the number of deleted files including directories. · Issue #2 · gulrak/filesystem · GitHub
Skip to content

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

Description

@gulrak

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions