LiveCode BuilderStatementsDeleteFileOn this pageDeleteFile Type statement Summary Delete a file from the filesystem. Syntax delete file <File> Description Deletes the specified file. The file must exist. Parameters NameTypeDescriptionFileAn expression that evaluates to a filesystem path.