about
12/01/2022
FileDates Repo
FileDates code

FileDates  Repository

Used to find latest version and old discardable files

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 Concept

FileDates 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 dates. Users can request sorts from newest to oldest or oldest to newest. Use FileDates to find very old files to discard, or very new files, looking for latest versions.

2.0 Design

FileDates uses a file manager (older than DirExplorerT) to find files, storing them in a std::map, ordered by file date.

3.0 Build

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