Skip to content

Make file sorting more efficient with Directory.EnumerateFiles #15

Description

@naawkaz

Make sortinto_directories use Directory.EnumerateFiles instead of Directory.GetFIles(). So can go through each extension belonging to each folder and sort the files gotten of that extension instead of going through each file. Also every path is not loaded into memory all at once this way, would be more efficient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions