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