Skip to content

SerhiiPavlyk/File-Searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Searcher

This program can find any file in your PC.

Requirements

  • OS: Windows 10
  • Compiler: G++ (or another)

Quick install

git clone https://github.com/SerhiiPavlyk/Translator
cd File Searcher
git status
md build
cd build
cmake ..

Help

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.

Example

FindFile.exe -f "README.md" "C:\Users\"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published