pwd

print Scilab current directory

pwd

get Scilab current directory

Calling Sequence

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
  • cd

Table Of Contents

This Page