jvmMain.platform.PlatformDriver.kt Maven / Gradle / Ivy
The newest version!
package org.openrndr.platform
import java.io.File
internal actual interface PlatformDriver {
fun temporaryDirectory(): File
fun cacheDirectory(programName: String): File
fun supportDirectory(programName: String): File
/**
* return the system path
*/
fun path(): List
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy