Interface | Description |
---|---|
PathConsumer |
Class | Description |
---|---|
AbsoluteUnixPath |
Represents a Unix-style path in absolute form (containing all path components relative to the
file system root
/ ). |
DirectoryWalker |
Recursively applies a function to each file in a directory.
|
FileOperations |
Static methods for operating on the filesystem.
|
RelativeUnixPath |
Represents a Unix-style path in relative form (does not start at the file system root
/ ). |
TemporaryDirectory |
A temporary directory that tries to delete itself upon close.
|
UserCacheHome |
Obtains an OS-specific user cache directory based on the XDG Base Directory Specification.
|
Copyright © 2018. All rights reserved.