getd

getting all functions defined in a directory

Calling Sequence

getd(path)

Arguments

:path Scilab string. The directory pathname :

Description

loads all .sci files (containing Scilab functions) defined in the path directory.

Examples

getd('SCI/modules/cacsd/macros')

See Also

  • exec script file execution
  • lib library definition
  • pwd print Scilab current directory
  • chdir changes Scilab current directory

Table Of Contents

This Page