PWD Print Working Directory Function
Section: Operating System Functions
Usage
Returns astring describing the current working directory. The general syntax for its use is
y = pwd
Example
Thepwd function is fairly straightforward.
--> pwd ans = /home/basu/dev/branches/3.6-release/FreeMat2/help/tmp --> quit
