Returns a safe filesystem path for a resource relative to the current source project or compiled application's resource root.
get_resource(string path) ⇒ mixed
YASS
$path = get_resource("resources/settings.json") if ($path != undefined) print(file_read($path)) end if
The path must remain inside the active resource root. Missing resources and
paths that attempt to escape that root return undefined. The
function requires permission level 4.
See Compiling projects and bundling resources for the complete workflow.
Its implementation was made available in ZPE 1.14.9 (Spurriergate, September 2026).

There are no comments on this page.
Comments are welcome and encouraged, including disagreement and critique. However, this is not a space for abuse. Disagreement is welcome; personal attacks, harassment, or hate will be removed instantly. This site reflects personal opinions, not universal truths. If you can’t distinguish between the two, this probably isn’t the place for you. The system temporarily stores IP addresses and browser user agents for the purposes of spam prevention, moderation, and safeguarding. This data is automatically removed after fourteen days. Your email address is stored so that replies can be sent to your email address.
Comments powered by BalfComment