Basic Path
Represents a local file path for an image.
This class is used to distinguish between a URL and a local file path. It encapsulates the string representation of the path.
Parameters
path String
The absolute path of the file.
Example:
val path = BasicPath("appLocalDirectory/cacheDirectory/images/exampleImage.jpeg")
println(path.toString())
Content copied to clipboard