DeleteFile

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
delete file <File>
Associationscom.livecode.file
Summary

Delete a file from the filesystem.

Parameters
NameTypeDescription
File

An expression that evaluates to a filesystem path.

Description

Deletes the specified file. The file must exist.

Tagsio,filesystem