Name | delete_file |
Object | system |
Input | ElementTag |
Related Tags | <util.has_file[<file>]> Returns true if the specified file exists. The starting path is /plugins/Denizen.
|
Description | Deletes the given file from the server.
File path starts in the Denizen folder. Require config file setting "Commands.Delete.Allow file deletion". |
Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L1079 |