Scilab 6.1.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
deletefile
ファイルを削除する
呼び出し手順
f = deletefile(filename)
引数
- filename
- 文字列: 存在または存在しないファイルの名前. 
- f
- 論理値: - %tまたは- %f
説明
この関数は,ファイルfilenameを削除します.
            ファイルfilenameが削除された場合に %t ,
            それ以外の場合に%fを返します.
例
履歴
| Version | Description | 
| 6.0.0 | Manage multi-dimensionnal arguments to remove multiple files at once. | 
| Report an issue | ||
| << copyfile | file_system | fileinfo >> |