PWD Print Working Directory Function

Section: Operating System Functions

Usage

Returns a string describing the current working directory. The general syntax for its use is
  y = pwd

Example

The pwd function is fairly straightforward.
--> pwd

ans = 

 /home/basu/dev/branches/3.6-release/FreeMat2/help/tmp

--> 
quit