createWindowsTempDirectory
fun TempDirectory.Companion.createWindowsTempDirectory( block: WindowsTempDirectoryConfig.() -> Unit = {}): TempDirectory<TempDirectoryPath>(source)
Creates a temporary directory on the file system with Windows-specific configuration block.
This implementation is based on the use of the Windows API functions.
TempDirectory.root property represents a real path on Windows file system.
See also
Throws
on errors during directory creation.