![JAR search and dependency download from the Maven repository](/logo.png)
indigoplugin.utils.Utils.scala Maven / Gradle / Ivy
package indigoplugin.utils
import os._
object Utils {
def ensureDirectoryAt(path: Path): Path = {
os.remove.all(path)
os.makeDir.all(path)
path
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy