Scilab 5.4.1
- Scilab help
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- 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
- sscanf
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
dispfiles
オープンされているファイルのプロパティを表示
呼び出し手順
dispfiles([units])
パラメータ
- units
数値ベクトル, ファイルの論理ユニット. デフォルトでは 全てのオープンされているファイル.
説明
dispfiles
は,
現在オープンされているファイルのプロパティを表示します.
例
dispfiles()
Report an issue | ||
<< deletefile | Files : Input/Output functions | fileinfo >> |