This program can find any file in your PC.
- OS: Windows 10
- Compiler: G++ (or another)
git clone https://github.com/SerhiiPavlyk/Translator
cd File Searcher
git status
md build
cd build
cmake ..
Second parameter = name of the file to be searched.
Third parameter(optional) = search path. If you do not set the third parameter, the search will be performed by the default path. (C:\)
If first parameter is -f : The results will be output to a file. "\out\output.txt
If first parameter is -s :The results will be output to the screen.
FindFile.exe -f "README.md" "C:\Users\"