OkioBackedFileSystem
Base class for the public FileSystem entry points (DiskFileSystem, VirtualFileSystem), which are always root file systems and delegate their behavior to the internal OkioFileSystem engine, while acting themselves as the lineage root of their branches.
Inheritors
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.