Scilab 5.5.0
- Scilabヘルプ
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getURL
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- 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
Scilabが同時にオープンできるファイル数を最大値を指定する.
呼び出し手順
r= maxfiles(newnumbermax)
パラメータ
- newnumbermax
整数, 新しい値
- r
新しい実効値.
説明
Scilabが同時にオープンできるファイル数を最大値を指定します.
最初 : 20
最大 : 100
デフォルト : 20
例
r=maxfiles(50);
参照
- mopen — ファイルをオープン
Report an issue | ||
<< listvarinfile | Files : Input/Output functions | mclearerr >> |