FileResourceLocation

Represents the location of a file either within the assets directory or the file system.

Since

0.0.92

Inheritors

Types

Link copied to clipboard
class Assets(val fileResourcePath: String) : FileResourceLocation

Represents the location of a file either within the app assets.

Link copied to clipboard
class Files(val fileResourcePath: String) : FileResourceLocation

Represents the location of a file either within the file system.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun readToString(): String