SetFileSystemIsolation |
Previous Top Next |
Directory
|
[in]
Full path of the directory whos isolation mode is to be set
|
IsolationMode
|
[in]
Isolation mode to be set |
1 =
WriteCopy |
2 =
Merged |
3 =
Full |
' Set the isolation mode of the temp directory to
Merged |
SetFileSystemIsolation
GetEnvironmentVariable("TEMP"), 2 |
This
option requires Thinstall version 3.215 or higher |