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

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

package maryk

import java.io.File

actual fun doesFolderExist(path: String) =
    File(path).exists()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy