APP_IncludePath

<< Click to Display Table of Contents >>

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

APP_IncludePath

 

Description

 

Returns the full directory path of the include directory. Include directory will contain official thinBasic include files.

 

Syntax

 

s = APP_IncludePath

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

none




 

Remarks

 

Restrictions

 

See also

 

Examples