TempDirectoryPosixBase

sealed interface TempDirectoryPosixBase(source)

Base directory for the temporary directory on POSIX file systems

Inheritors

Types

Link copied to clipboard

The base directory is determined automatically.

Link copied to clipboard

The base directory is specified by opened file descriptor referring to a directory.

Link copied to clipboard
data class Path(val path: String) : TempDirectoryPosixBase

The base directory is specified by the path.