GetCWD
string GetCWD(string strBuf)
Retreives current directory and stores it in strBuf. It then returns a pointer to strBuf.
(var strBuffer[200])
Print(GetCWD(@strBuffer))