Node Js File System
object NodeJsFileSystem
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
Link copied to clipboard
open fun appendingSink(file: <Error class: unknown class>, mustExist: Boolean): <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun openReadWrite(file: <Error class: unknown class>, mustCreate: Boolean, mustExist: Boolean): <Error class: unknown class>