====== SetWorkingDir ======
===== Description =====
Set the current working directory of a script.
===== Function prototype =====
bool SetWorkingDir
===== Arguments =====
^ Name ^ Type ^ Comment ^
| //PathName// | string | The full path to the desired working directory of the script. |
===== Return value =====
===== Example =====
SetWorkingDir "C:\\this is a test"
echo
... the output of which is written to the event log by [[plugins:general:zeoscript:reference:functions:echo]] as:
C:\this is a test
===== Comments =====
None.
===== See also =====
* [[plugins:general:zeoscript:reference:functions:GetWorkingDir]]