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

commonMain.ext.cleanupPath.kt Maven / Gradle / Ivy

package dev.petuska.klip.core.ext

internal fun File.cleanupPath(path: String): String = path.replace("/", separator).replace("\\", separator)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy