danielgomezrico
fun tempDir(prefix): String? = Files.createTempDirectory(prefix)?.toFile()?.apply { it.deleteOnExit() }