PathFinder
Public / Methods
Directory
Finds the matching subdirectory in Path.
If one or more subdirectories are found, only one of them is returned.
- IOException
-
If no subdirectories have been found.
DirectoryNull
Finds the matching subdirectory in Path.
If one or more than subdirectories are found, only one of them is returned.
- IOException
-
If an I/O error has occurred.
File
Finds the matching file in Path.
If more than one files are found, only one of them is returned.
- IOException
-
If no file has been found.
FileNull
Finds the matching file in Path.
If one or more files are found, only one of them is returned.
- IOException
-
If no file has been found.