DiskFileSystem
A FileSystem backed by the physical disk file system. This is the default file system used by the pipeline and the CLI.
Parameters
workingDirectory
optional working directory to resolve relative paths from; if relative, it is made absolute against the process 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
Creates a new root FileSystem on the same backend, with the given workingDirectory and no branch lineage, so that isRoot holds for the result.
Link copied to clipboard
Resolves a local file path, either absolutely or relatively from workingDirectory. This does not perform any check for file existence.