Sets the limit for the number of files a scilab is allowed to have open simultaneously. (original) (raw)
Scilab 5.3.3
- Scilab help
- Files : Input/Output functions
- basename
- chdir
- copyfile
- createdir
- deletefile
- dir
- dirname
- dispfiles
- fileext
- fileinfo
- fileparts
- filesep
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- fullfile
- fullpath
- get_absolute_file_path
- getdrives
- getlongpathname
- getrelativefilename
- getshortpathname
- %io
- isdir
- isfile
- listfiles
- listvarinfile
- ls
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- mget
- mgetl
- mgetstr
- mkdir
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- pathconvert
- pathsep
- pwd
- removedir
- rmdir
- save_format
- scanf
- scanf_conversion
- sscanf
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
However, this page did not exist in the previous stable version.
Scilab help >> Files : Input/Output functions > maxfiles
maxfiles
sets the limit for the number of files a scilab is allowed to have open simultaneously.
Calling Sequence
r= maxfiles(newnumbermax)
Arguments
newnumbermax
a integer the new value
r
effective new value.
Description
sets the limit for the number of files a scilab is allowed to have open simultaneously.
Minimum : 20
Maximum : 100
Default : 20
Examples
See Also
- mopen — open a file