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.
-
Updated
Dec 10, 2014 - Java
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.
It is a Java Project, created to facilitate the search of files in different operating systems (Linux, Windows, macOS), flexible, allows to search by different criteria (files that contain all the allowed criteria, and that excludes those that meet rejection criteria).
Add a description, image, and links to the filefinder topic page so that developers can more easily learn about it.
To associate your repository with the filefinder topic, visit your repo's landing page and select "manage topics."