getFile

abstract fun getFile(path: String): Result<ByteArray>

Get a file from the Wrapper package.

Return

The result of the file retrieval.

Parameters

path

The path to the file.