DirectoryDelete()

edit

Deletes directory for given path

DirectoryDelete( path=string, recurse=boolean );

Returns: void

Argument Description
path
string, required
edit

Absolute path of the directory to be deleted

recurse
boolean, optional
edit

Delete content of the directory.

Default is false.

Alias: recursive

Examples

edit
directorydelete("DirectoryPath");

See also