Get all the Directories in the starting directory (and sub dirs)
returns only files ending this the filename
Parameters: startingDirectory - filesFound (as HashSet) exception: java.io.IOException -
Get all the files in the starting directory (and sub dirs)
No filter
Parameters: startingDirectory - filesFound (as HashSet) exception: java.io.IOException -
Get all the files in the starting directory (but NOT sub dirs).
returns only files whose names end with the mask passed in
Parameters: startingDirectory - filesFound (as HashSet) exception: java.io.IOException -