pwd

pwd, getcwd — print Scilab current directory

Calling sequence

pwd  
x=pwd()  
x=getwcd()  

Description

pwd returns in ans the Scilab current directory. x=pwd() or x=getcwd() returns in x the Scilab current directory.

Examples



pwd
x=pwd()
 
  

See also

chdir