Lucee Function Reference
Function DIRECTORYDELETE
Deltes directory for given path
Example
directorydelete(string path,[boolean recurse]):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
path | string | Yes | Absolute path of the directory to be deleted |
recurse | boolean | No | delete content of the directory |