APP_SourcePath, APP_ScriptPath

<< Click to Display Table of Contents >>

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

APP_SourcePath, APP_ScriptPath

 

Description

 

Returns the full directory path of the current script.

 

Syntax

 

s = APP_SourcePath

s = APP_ScriptPath

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

none




 

Remarks

 

Restrictions

 

See also

 

App Object,

 

Examples