get Scilab current directory
x=getcwd()
getcwd
returns in ans
the Scilab current directory.
x=getcwd()
returns in x
the Scilab current directory.
Version | Description |
5.2.2 | getcwd was published up to Scilab 5.2.2.
It is replaced with pwd. |