Returns the time of the last access. Accurate to whatever the OS supports.
Return the complete text of this filepath.
Returns the time of file creation. Accurate to whatever the OS supports.
Does this path currently exist?
Ext is the tail of the filename, rightward of the rightmost '.' separator e.g. path "foo.bar" has ext "bar". Note that patterns of adjacent separators are treated specially; for example, ".." will wind up with no ext at all.
Return the name + suffix combination.
Return the file length (in bytes).
Return the file path. Paths may start and end with a "/". The root path is "/" and an unspecified path is returned as an empty string. Directory paths may be split such that the directory name is placed into the 'name' member; directory paths are treated no differently than file paths.
Returns true if this FilePath is *not* relative to the current working directory.
Returns true if this FilePath has a parent.
Returns true if this FilePath is empty.
Is this file actually a folder/directory?
Is this file writable?
Returns the time of the last modification. Accurate to whatever the OS supports.
Return the name of this file, or directory, excluding a suffix.
Return the root + folder combination.
Return the root of this path. Roots are constructs such as "C:".
Suffix is like ext, but includes the separator e.g. path "foo.bar" has suffix ".bar".
Return timestamp information.
Return the complete text of this filepath.