ResourcesRoot$

From Liberty BASIC Family
Revision as of 02:04, 11 October 2023 by StPendl (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Not supported in Just BASIC Not supported in Liberty BASIC Not supported in Liberty BASIC 5 Supported in Run BASIC

Description

The variable contains the path to the folder containing the Run BASIC resources

Syntax

  1. ResourcesRoot$

Hints

The content is the path specified under "Preferences => Resources root"

Example

print "ResourcesRoot$ is: "; ResourcesRoot$

Useful Procedures

' Place a useful function or sub using this keyword here