FileSystem
interface FileSystem
A file system abstraction which can retrieve files, either absolutely or relative to a working directory.
Properties
Functions
Link copied to clipboard
Creates a new FileSystem branched from this one, with the given workingDirectory.
Link copied to clipboard
Computes the relative path from this file system's workingDirectory to other's.
Link copied to clipboard
Resolves a local file path, either absolutely or relatively from workingDirectory. This does not perform any check for file existence.