TempDirectoryPath

sealed interface TempDirectoryPath(source)

Represents a system-dependent file system path or a relative path segment without a specified base.

Use asString to get a string representation. Note that it may throw an exception if the path cannot be properly decoded.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract val bytes: ByteString

Raw byte sequence of the path as returned by system calls to the file system. Consider the encoding when converting to other formats.

Functions

Link copied to clipboard
abstract fun asString(): String

Returns the path represented as a string.