BasicPath

constructor(pathString: String)

Parameters

pathString

The absolute path of the file.

Example:

val path = BasicPath("appLocalDirectory/cacheDirectory/images/exampleImage.jpeg")
println(path.toString())