<< home Constantes SCIHOME >>

Scilab Help >> Scilab > Variables > Constantes > SCI, WSCI

SCI, WSCI

variable containing the value of the root path of Scilab.

Description

The SCI constant variable contains the value of the root path of Scilab.

For MSWindows users, SCI is the short MSDOS-like version of the path to the Scilab installation directory. When needed, the long version of the path is available from the WSCI constant variable. It is equal to getlongpathname(SCI).

Examples

ls SCI
ls(SCI)
cd(SCI)

See also


Report an issue
<< home Constantes SCIHOME >>