The absolute file.
The absolute file.
Does this abstract file denote an existing file?
Does this abstract file denote an existing file?
Delete the underlying file or directory (recursively).
Delete the underlying file or directory (recursively).
Returns the underlying File if any and null otherwise.
Returns the underlying File if any and null otherwise.
Is this abstract file a directory?
Is this abstract file a directory?
Returns all abstract subfiles of this abstract directory.
Returns all abstract subfiles of this abstract directory.
Returns the time that this abstract file was last modified.
Returns the time that this abstract file was last modified.
Returns the abstract file in this abstract directory with the specified name.
Returns the abstract file in this abstract directory with the specified name. If there is no such file, returns null. The argument "directory" tells whether to look for a directory or or a regular file.
Returns a plain file with the given name.
Returns a plain file with the given name. It does not check that it exists.
Returns the name of this abstract file.
Returns the name of this abstract file.
Returns the path of this abstract file.
Returns the path of this abstract file.
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.