//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.files/FileManager/getFilePath
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.
Return
the local file path
Parameters
jvm
components | Path components |