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
getd
Load all functions defined in a directory
Syntax
getd(path)
Arguments
- path
a string. The directory pathname.
"." if
getd
is called without input argument or ifpath
is an empty string.
Description
Loads all .sci
files (containing Scilab functions) defined in
the path
directory.
If the file does not contain a function, the script will be executed.
Examples
getd('SCI/modules/cacsd/macros')
See also
Report an issue | ||
<< function | Advanced functions | macr2tree >> |