Package-level declarations
Basic API for working with files.
Known issues
#312 For
wasmWasi
target, directory listing (kotlinx.io.files.FileSystem.list) does not work with NodeJS runtime on Windows, asfd_readdir
function is not implemented there.
Basic API for working with files.
Known issues
#312 For
wasmWasi
target, directory listing (kotlinx.io.files.FileSystem.list) does not work with NodeJS runtime on Windows, asfd_readdir
function is not implemented there.
Basic API for working with files.
Known issues
#312 For
wasmWasi
target, directory listing (kotlinx.io.files.FileSystem.list) does not work with NodeJS runtime on Windows, asfd_readdir
function is not implemented there.
Basic API for working with files.
Known issues
#312 For
wasmWasi
target, directory listing (kotlinx.io.files.FileSystem.list) does not work with NodeJS runtime on Windows, asfd_readdir
function is not implemented there.
Basic API for working with files.
Known issues
#312 For
wasmWasi
target, directory listing (kotlinx.io.files.FileSystem.list) does not work with NodeJS runtime on Windows, asfd_readdir
function is not implemented there.
Basic API for working with files.
Known issues
#312 For
wasmWasi
target, directory listing (kotlinx.io.files.FileSystem.list) does not work with NodeJS runtime on Windows, asfd_readdir
function is not implemented there.
Basic API for working with files.
Known issues
#312 For
wasmWasi
target, directory listing (kotlinx.io.files.FileSystem.list) does not work with NodeJS runtime on Windows, asfd_readdir
function is not implemented there.
Types
Represents information about a file or directory obtainable from a filesystem like a type of filesystem node (is it a directory or a file?), its size, and so on.
Signals an I/O operation's failure due to a missing file or directory.
An interface providing basic operations on a filesystem, such as reading and writing files, creating directories, gathering file metadata and so on.
Properties
An instance of FileSystem representing a default system-wide filesystem.
An instance of FileSystem representing a default system-wide filesystem.
A platform-specific character separating parts of the path. It's inherited from the default system's filesystem. It should not be used if an application is working with multiple filesystems having different separators.
Path to a directory suitable for creating temporary files.
Path to a directory suitable for creating temporary files.
Functions
Returns Path for the given string without much of a validation.
Returns Path for the given base path concatenated with parts using SystemPathSeparator.