BaseDirectory

sealed class BaseDirectory(source)

Base path used to resolve relative paths

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Paths are resolved relative to the current working directory

Link copied to clipboard
data class DirectoryFd(val fd: Fd) : BaseDirectory

Relative paths are resolved relative to the directory associated with the file descriptor fd

Link copied to clipboard
data object None : BaseDirectory

Relative paths are not allowed