Skip to content

svoorakk/FileFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileFinder

Code to recursively search a folder for a file.

  • Finds only a exact match of the file name, ignoring case.
  • Returns only the first match.

Depends on

- java.io.File;
- java.io.IOException;
- org.apache.commons.io.FileUtils;

Use

FileFinder ff = new FileFinder();
File fOut = ff.findFile(folderName, fileName);

About

Java module to recursively search a folder for a file. Finds only a exact match of the file name, ignoring case. Returns only the first match.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages