createLinuxTempDirectory
fun TempDirectory.Companion.createLinuxTempDirectory(block: LinuxTempDirectoryConfig.() -> Unit): TempDirectory<TempDirectoryDescriptor>(source)
Creates a temporary directory on the file system with Linux-specific configuration block.
TempDirectory.root property represents a native file descriptor encapsulated by TempDirectoryDescriptor.
See also
Throws
on errors during directory creation.