pwd
gets Scilab current directory
Syntax
pwd x = pwd()
Description
pwd
returns in ans
the Scilab current directory.
x = pwd()
returns in x
the Scilab current
directory.
Examples
pwd x=pwd()
See also
- chdir — changes Scilab current directory
Report an issue | ||
<< mkdir | Directory | removedir >> |