getStringFromResources

open fun getStringFromResources(path: String): String

Get the content of a file from the resources.

Return

The content of the file or NULL if the file cant be read.

Parameters

path

The path to the file.