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