BasicPath
Used to convert the String of an absolute file path to an BasicPath object. This was a critical feature to prevent URL Strings from being confused with Path Strings.
Example:
val path = BasicPath("appLocalDirectory/cacheDirectory/images/exampleImage.jpeg")
println(path.toString())
Content copied to clipboard