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

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

package maryk

import java.io.File

actual fun deleteFolder(path: String): Boolean {
    return File(path).deleteRecursively()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy