Navigation: thinTools > thinBundle > thinBundle as module > Bundle_SetFlagIsolation |
|
Description
Flag to indicate if bundled exe will be executed from a temporary directory created on the fly.
Syntax
n = Bundle_SetFlagIsolation(lFlag)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
lFlag |
Numeric |
No |
%TRUE or %FALSE. Default value = %FALSE |
Remarks
Usually a bundled EXE explode all needed files in the same directory of the EXE.
With this flag you instruct bundled EXE to explode all files into a temporary directory created as subdirectory of the EXE one.
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |