getd

getd — getting all functions defined in a directory

Calling sequence

getd(path)  

Parameters

path : Scilab string. The directory pathname

Description

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

Examples



getd('SCI/macros/auto')
 
  

See also

getf, lib, getcwd, pwd, chdir