====== GetWorkingDir ====== ===== Description ===== Get the current working directory of the script. ===== Function prototype ===== string GetWorkingDir ===== Arguments ===== None. ===== Return value ===== The string congaing the full path to the current working directory of the script. ===== Example ===== echo ... the output of which is written to the event log by [[plugins:general:zeoscript:reference:functions:echo]] as: C:\Users\Aaron\L3DT\Resources\All versions\Scripts ===== Comments ===== None. ===== See also ===== * [[plugins:general:zeoscript:reference:functions:SetWorkingDir]] * [[plugins:general:zeoscript:reference:functions:GetScriptFilename]]