Scilab 5.5.1
      
      - Scilab Help
 - Files : Input/Output functions
 - Directory
 - Paths - Filenames
 - copyfile
 - deletefile
 - dispfiles
 - fileinfo
 - findfiles
 - fprintfMat
 - fscanfMat
 - getURL
 - getmd5
 - %io
 - isfile
 - listfiles
 - listvarinfile
 - maxfiles
 - mclearerr
 - mclose
 - mdelete
 - meof
 - merror
 - mfprintf
 - mfscanf
 - mget
 - mgetl
 - mgetstr
 - mopen
 - movefile
 - mput
 - mputl
 - mputstr
 - mseek
 - mtell
 - newest
 - save format
 - scanf
 - scanf_conversion
 
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
deletes a file
Calling Sequence
f = deletefile(filename)
Arguments
- filename
 a string: a file name existing or not.
- f
 a boolean:
%tor%f.
Description
This function deletes a file filename. If file filename has been deleted, it will return %t else
            %f.
Examples
| Report an issue | ||
| << copyfile | Files : Input/Output functions | dispfiles >> |