createJvmTempDirectory
fun TempDirectory.Companion.createJvmTempDirectory(block: TempDirectoryNioConfig.() -> Unit): TempDirectory<<Error class: unknown class>>(source)
Creates a temporary directory on the file system with JVM-specific configuration block.
This implementation is based on the use of java.nio.file.FileSystems
TempDirectory.root property represents a real Path of the temp directory.
See also
Throws
on errors during directory creation.