Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> Scilab > Variables > Constants > 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

  • TMPDIR — temporary directory path.
  • SCIHOME — contains the path to preferences, history files of your Scilab session.
  • home — Gives the user directory.
  • pwd — gets Scilab current directory
  • getlongpathname — gets long path name
Report an issue
<< Constants Constants SCIHOME >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:52:27 CET 2020