File Search Class

Hey All, I've decided to release version 1 of my fileSearch class. This class is useful if you need to find out what files are located in what folders. It can search individual folders, or nested folders. It can exclude folders, or files, or file types automatically and generate a list that your program can read. It generates filenames that can be exported in .txt files as well as return file paths (File class) that can be easily used in Processing, or your other Java Programs.

Code is available via Google Drive Download. JavaDoc is included in zip download file.

**To add to your processing sketch, extract .jar file from zip file. Drag .jar file into processing environment to automatically add it to your sketch. To import the fileSearch class use: import kaigrid.fileSearch;

If you have any questions, comments, or concerns, please let me know.

Tagged:
Sign In or Register to comment.