getFile

open override fun getFile(path: String): Result<ByteArray>

Retrieves the file at the specified path within the Wrap package.

Return

A ByteArray containing the file contents

Parameters

path

The path to the file.