Load all functions defined in a directory
getd(path)
a string. The directory pathname.
"." if getd is called without input argument or if path is an empty string.
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.
![]() | Functions are loaded in current scope, please use resume to make them available in calling scope. |