Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.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
を返します.
例
履歴
バージョン | 記述 |
6.0.0 | Manage multi-dimensionnal arguments to remove multiple files at once. |
Report an issue | ||
<< copyfile | file_system | fileinfo >> |