Gets the base name, minus the full path and extension.
Gets the extension of a file.
Returns a new File that is under the current directory (File)
Returns a new File in a parallel directory, where the parallelness is determined by what is replaced in the path.
Returns a new File in a parallel directory, where the parallelness is determined by what is replaced in the path. NOTE: that the replacement is with the First occurrence of the curr String
Returns a new File that is inside the same parent directory as the current File
Returns the size of the file (in bytes)
Returns an input stream.
Returns an input stream. Don't forget to close it!
Returns an output stream.
Returns an output stream. Don't forget to close it!
Checks a file to see if it matches the specified wildcard matcher allowing control over case-sensitivity.