APP_IsolationPath

<< Click to Display Table of Contents >>

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

APP_IsolationPath

 

Description

 

Returns the path where a Bundled executable script has extracted all modules/dlls needed for the execution of the script.

 

Syntax

 

s = APP_IsolationPath

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

none




 

Remarks

 

Isolation path is usually created under system temp directory into an hidden system directory.

Isolation path is removed when Bundled executable finish its execution.

 

Restrictions

 

See also

 

App Object, APP_IsIsolated,

 

Examples