<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Application functions > APP_IsIsolated |
Description
Returns %TRUE or %FALSE if script is executed from a Bundled executable in isolation mode.
Isolation mode occurs when the bundled executable export bundled modules and dlls into a temporary path created on the fly.
Syntax
n = APP_IsIsolated
Returns
Number: %TRUE or %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
none |
Remarks
Restrictions
See also
App Object, APP_IsolationPath,
Examples