To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

 

pwd ( en )

Last modification : 2013/01/26 19:16

pwd stands for print working directory.
msh> pwd
C:\Temp
It is also possible to store this current working directory into a variable:
msh> A = pwd() ;
msh> print $A
C:\Temp