Scilab 5.3.0
- Manual Scilab
- Arquivos : funções de Entrada/Saída
- chdir
- fileinfo
- get_absolute_file_path
- getrelativefilename
- newest
- sscanf
- basename
- copyfile
- createdir
- deletefile
- dir
- dirname
- dispfiles
- fileext
- fileparts
- filesep
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- fullfile
- fullpath
- getdrives
- getlongpathname
- 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
- pathconvert
- pathsep
- pwd
- removedir
- rmdir
- save_format
- scanf
- scanf_conversion
Please note that the recommended version of Scilab is 6.1.1. 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);
Comments
See comments in other languages: English: 1 comment(s)
Add a comment:
Please login to comment this page.