| java.lang.Object org.incava.io.Find
Find | public class Find (Code) | | Support for find(1) -like behavior.
|
getFileList | public static void getFileList(List fileList, String name, String suffix)(Code) | | Passes back a list of files. Directories are processed recursively,
collecting files with the suffix of suffix . If
name refers to a file, it is simply added to the list.
|
getFileList | public static String[] getFileList(String[] names, String suffix)(Code) | | Returns an array of files, collected from the names list.
Directories are processed recursively, collecting files with
suffix . If name refers to a file, it is simply
added to the list.
|
|
|