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 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
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
r=maxfiles(50);
See Also
- mopen — open a file
<< ls | Files : Input/Output functions | mclearerr >> |