public final class FileListing extends Object
| Constructor and Description |
|---|
FileListing() |
public static void main(String... aArgs) throws FileNotFoundException
aArgs - - aArgs[0] is the full name of an existing directory,
that can be readFileNotFoundExceptionpublic static List<File> getFileListing(File aStartingDir) throws FileNotFoundException
aStartingDir - is a valid directory, which can be read.FileNotFoundExceptionCopyright © 2015. All rights reserved.