A generic recursive file finder with filename filter. It sorts file list in alphabetical order and removes repeated elements.
@param file It could be a folder or a file.
@param filter Crafted name filter of files. It specifies which files to seek.
@return a list of files selected by the filename filter.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.