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