FileDelete()

edit

Deletes the specified file on the server.

FileDelete( file=any );

Returns: void

Argument Description
file
any, required
edit

file to delete.

Alias: source, filePath

Examples

edit
fileDelete("my/path/to/file.md")

See also