about
12/01/2022
FindFiles Repo
FindFiles Repository
Used to find files with partially specified names
Quick Status
1.0 Concept
2.0 Design
3.0 Build
Code was built with Visual Studio, Community Edition - 2019, and tested on Windows 10.
FindFile /h will show all of FileFinder's options.
Tip: store FindFiles.exe in a folder on your path. With that, you can use it in any
cmd prompt window.
3.0 Status
- The FileFinder code repository is installed. No changes are anticipated for the FindFiles console application. Eventually, a GUI will be added that uses a file dialog to find the starting path and provides checkboxes for options. After initializing, the GUI will spawn the FindFiles application, supplying it with the user supplied options.
-
Developing FileFinder caused me to change CppUtilities::CodeUtilities::ProcessCmdLine to make
it more flexible. All code in CppUtilities has been retested and appears to work as intended.
And the CppUtilities repository has been updated to contain this new code.
Note that there are a number of repositories that use an older version of ProcessCmdLine. That isn't a problem since they all contain and build against that older version. I will eventually update most of the repositories so that they all use the same versions of code they depend on.