FileDelete()
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
editfileDelete("my/path/to/file.md")
See also
- File handling
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)