Node Js File System
Use Node.js APIs to implement the Okio file system interface.
This class needs to make calls to some fs APIs that have multiple competing overloads. To unambiguously select an overload this passes undefined
as the target type to some functions.
Functions
appending Sink
Link copied to clipboard
atomic Move
Link copied to clipboard
canonicalize
Link copied to clipboard
create Directories
Link copied to clipboard
create Directory
Link copied to clipboard
create Symlink
Link copied to clipboard
delete Recursively
Link copied to clipboard
list Or Null
Link copied to clipboard
list Recursively
Link copied to clipboard
open fun listRecursively(dir: Path, followSymlinks: Boolean): Sequence<Path>
Content copied to clipboard
metadata Or Null
Link copied to clipboard
open Read Only
Link copied to clipboard
open Read Write
Link copied to clipboard
open override fun openReadWrite(file: Path, mustCreate: Boolean, mustExist: Boolean): FileHandle
Content copied to clipboard