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
deletes a file
Syntax
status = deletefile(filename)
Arguments
- filename
character strings interpreted as existing file names or not.
- status
booleans
%t
on success or%f
on error. It has the same size asfilename
.
Description
This function deletes a file filename
.
If file filename
has been deleted,
it will return %t
else %f
.
Examples
History
Versão | Descrição |
6.0.0 | Manage multi-dimensionnal arguments to remove multiple files at once. |
Report an issue | ||
<< copyfile | file_system | fileinfo >> |