We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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.