createAppleTempDirectory
fun TempDirectory.Companion.createAppleTempDirectory(block: AppleTempDirectoryConfig.() -> Unit = {}): TempDirectory<TempDirectoryDescriptor>(source)
Creates a temporary directory on the file system with Apple-specific configuration block.
This implementation is based on the use of POSIX functions for working with file systems.
TempDirectory.root property represents a native file descriptor encapsulated by TempDirectoryDescriptor.
See also
Throws
on errors during directory creation.