![]() |
SCILAB 3.0 PAS A PAS SCILAB 3.0 STEP-TO-STEP Jacques-Deric Rouault Laboratoire de Neurobiologie de l'Apprentissage, de la Mémoire et de la Communication. CNRS UMR 8620, Bat. 446, Université Paris-Sud, F91400 Orsay |
![]() ORSCILAB |
30 LA GESTION DES FICHIERS 30 FILE MANAGEMENT |
30.2 Le répertoire par défaut / The default directory |
Version 2.1.2 du 16 janvier 2005 / Version 2.1.2, January 16th 2005 |
Biomodèles/Biomodels N°1 pp 0x-0y Décembre 2004 December 2004 |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 30.3. / Next section 30.3 |
a |
Default directory Répertoire courant Répertoire par défaut Running directory |
b |
pwd |
c |
getcwd |
d |
cd chdir |
e |
isdir |
//
PROGRAMME SPAS300201 pwd
pwd, repdir = pwd (), |
//
PROGRAMME SPAS300202 getcwd
repdir = getcwd (), |
//
PROGRAMME SPAS300203 cd
cd ("C:\"); pwd, |
//
PROGRAMME SPAS300204 chdir
chdir ("D:\"); pwd, |
//
PROGRAMME SPAS300205 isdir
err = isdir ("C:"); bon = isdir ("C:\"); |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 30.3 / Next section 30.3 |