home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / GENERAL.DI$ / PWD.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  120 b   |  7 lines

  1. function wd=pwd()
  2. %PWD    Show current working directory.
  3.  
  4. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  5.  
  6. wd =  cd;
  7.