Returns a String representing the current path.
CurDir[$]()
Returns the current path for the application. For a network drive the return value won't contain a drive ("\\server\test\test").
OpenW 1
Print "Current Directory: "; CurDir()
Don't use commands or function that require a hard coded drive.
{Created by Sjouke Hamstra; Last updated: 27/09/2014 by James Gaite}