public final class SearchFileRecursive extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
findAbsoluteFile(String filename,
String startingDirectory)
Find the Java File object based off of a starting directory.
|
public static File findAbsoluteFile(String filename, String startingDirectory) throws FileNotFoundException
filename - the filename to search forstartingDirectory - the directory to start searching atFileNotFoundException - will throw an exception if no file is found matching the criteriaCopyright © 2015. All Rights Reserved.