ProjectsRoot$

From Liberty BASIC Family
Revision as of 06:48, 29 June 2021 by StPendl (talk | contribs) (Created page with "{{Template:BuildingBlockLangImage}} == Description == : The variable contains the path to the folder containing the Run BASIC projects == Syntax == # ProjectsRoot$ == Hints...")
(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 projects

Syntax

  1. ProjectsRoot$

Hints

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

Example

print "ProjectsRoot$ is: "; ProjectsRoot$

Useful Procedures

' Place a useful function or sub using this keyword here