about
12/01/2022
FileSizes Repo
FileSizes code

FileSizes  Repository

Used to find very large or very small files to discard

Quick Status Code functions correctly no known defects Demonstration code yes Documentation yes - needs more Test cases no Static library no Build requires C++17 option Planned design changes Update with new CodeUtilities

1.0 Responsibilities

FileSizes reports all files, matching one or more specified patterns, in the directory tree rooted at a specified path. It displays all discovered files, sorted in order of their file sizes.
Users can request sorts from largest to smallest or smallest to largest. Use to find very large files and very small files that may be temporaries to discard.
A small extension is planned to find the physical size of a directory and all its contents including subdirectories.

2.0 Design

FileSizes uses a file manager to find files, storing them in a std::map, ordered by file size.

3.0 Build

FileSizes was built with Visual Studio Community Edition - 2019, and tested on Windows 10.
  Next Prev Pages Sections About Keys