GetCWD

string GetCWD(string strBuf)

Retreives current directory and stores it in strBuf. It then returns a pointer to strBuf.

Example
(var strBuffer[200])

Print(GetCWD(@strBuffer))