All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmTest.maryk.createFolder.kt Maven / Gradle / Ivy

package maryk

import java.io.File

actual fun createFolder(path: String) = File(path).mkdirs()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy