Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 >> |