...
The current directory is used by some Windows system commands. By default, the current directory is the Shogun the Shogun Post root directory.
Functional area
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Returns true if the operation was successful.
Examples
Code Block | ||
---|---|---|
| ||
// Set the new working directory to be our temp folder. |
...
boolean $wasSuccessful = `setDir "C:/Temp/"`; |
...
print $wasSuccessful; |