Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Advanced functions > getd

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 if path 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

  • exec — script file execution
  • lib — library definition
  • pwd — gets Scilab current directory
  • chdir — changes Scilab current directory
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:54 CEST 2016