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