withTempDir

fun <T> withTempDir(workingDir: File = workingDirectory(), block: (TempDir) -> T): T