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
mdelete
ファイルを削除
呼び出し手順
mdelete(filename)
パラメータ
- filename
文字列. 削除するファイルのパス名.
説明
mdelete
は
ファイルまたはfilename
がメタ文字を含む場合に
ファイルの集合を削除するために使用できます.
削除コマンドを入力する時,
mdelete
は確認をしないことに注意してください.
ファイル失う事故を避けるため, 削除したいアイテムを正確に指定していることを
確認してください.
参照
<< mclose | Files : Input/Output functions | meof >> |