//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.files/FileManager
FileManager
interface FileManager
Utility to access files on disk.
Inheritors
DefaultFileManager |
Functions
Name | Summary |
---|---|
getFilePath | [jvm] abstract fun getFilePath(vararg components: String): String Get the path for the given components in a private application space on disk. The output will vary depending on the platform, but it can be assumed to be writable and readable. |