A class through which all file I/O and operations are directed.
8.30
Deletes the file at the given path.
Returns the relative names of the files and directories in the given directory.
Creates the given directory if it does not already exist.
Creates a file at the given path, creating any intermediate directories as necessary.
Instantiates a File object for the given path.
Instantiates a File object for the given child path in the given parent directory.
Opens the file at the given path for reading.
Opens the file at the given path for writing.
Reads the file at the given path into a UTF-8-encoded string.
Writes the given UTF-8-encoded string into a file at the given path.