Description:
By default II2LN will place all temporary files in your temporary directory. The exact placement of this directory differs from Windows version to Windows version, and from user to user. Typically you find your temporary directory in the environment variable TEMP. On a Windows 2000 or XP system, this is often set to something like %USERPROFILE%\Local Settings\Temp
. The %USERPROFILE% variable expands to something like C:\Documents and Settings\<user logon name>\Local Settings\Temp\
.
However, it's not always you want to use this directory for II2LN's temporary files. You can specify another directory with WorkingPath!
Declaration:
WorkingPath:<path>
Parameters:
Param |
Description |
<path> |
Full path to directory where II2LN will store temporary files. For example;
|
Notes:
Introduced in version:
1.1.0.0
Repeatable
No