FileDelete
- Last UpdatedJul 18, 2023
- 1 minute read
Deletes a file.
Syntax
FileDelete(sName)
Name:
The name of the file to delete.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
! Delete old report file.
FileDelete("C:\Data\Report.Txt");