Scilab 5.5.2
      
      - 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 2026.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
 整数: 新しい実効値.
説明
maxfilesは,
            
            Scilabが同時にオープンできるファイル数を最大値を指定します.
最小値 : 20
最大値 : 100
デフォルト : 20
例
r = maxfiles(50);
参照
- mopen — ファイルをオープン
 
| Report an issue | ||
| << listvarinfile | Files : Input/Output functions | mclearerr >> |