FixBuild Documentation

Back to summary

Execution environment

Global functions

Embedded resources

function get_resource(fname: String): Byte[]
Returns the resource data as a shared array of bytes.
function get_resource_string(fname: String): String
A variant of the get_resource function to return the data as a string type (no charset conversion is done).
function get_resource_list(): String[]
Returns a list of all stored resource file names.