APP_Path

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Application functions >

APP_Path

 

Description

 

Returns the full directory path of thinBasic executable.

 

Syntax

 

s = APP_Path

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

none




 

Remarks

 

Restrictions

 

See also

 

App Object,

 

Examples