Scilab 5.3.0
- Scilab Online 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.
See the recommended documentation of this function
meof
ファイルの終端に達したかどうかを確認する
呼び出し手順
err=meof(fd)
パラメータ
- fd
スカラー. 関数
mopen
により返されたfd
パラメータ. -1 は直近にオープンされたファイルを意味します. デフォルト値は -1です.- err
スカラー. エラーインジケータ
説明
関数 meof
は,
mget
または mgetstr
のコールにより
ファイル終端に達している場合にヌル以外の値を返します.
関数 clearerr
はエラーフラグおよびEOFフラグを 0 にリセットする
ために使用されます.
参照
<< mdelete | Files : Input/Output functions | merror >> |