Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.84 KB

File metadata and controls

61 lines (48 loc) · 1.84 KB

Function: FileDelete

Deletes the specified file on the server.

Throws an exception if the file doesn't exist.

Method Signature

FileDelete(file=[string])

Arguments

Argument Type Required Description Default
file string true The file to delete.

Examples

Related