Scilab 5.5.2
- Aide de Scilab
- Entrées/Sorties [fichiers]
- Répertoire
- Chemins - nom de fichiers
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getURL
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save format
- scanf
- scanf_conversion
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
maxfiles
sets the limit for the number of files a Scilab is allowed to have open simultaneously
Calling Sequence
r = maxfiles(newnumbermax)
Arguments
- newnumbermax
an integer the new value.
- r
an integer: effective new value.
Description
maxfiles
sets the limit for the number of files a Scilab is allowed to have open simultaneously.
Minimum : 20
Maximum : 100
Default : 20
Examples
r = maxfiles(50);
See Also
- mopen — opens a file in Scilab
Report an issue | ||
<< listvarinfile | Entrées/Sorties [fichiers] | mclearerr >> |