FileDelete()

Deletes the specified file on the server.

FileDelete( file=any );

Returns: void

Argument Description
file
any, required

file to delete.

Alias: source, filePath

Examples

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

See also