Method Delete
Delete(bool)
Deletes the specified directory and, if indicated, any subdirectories and files in the directory.
Declaration
void Delete(bool recursive = false)
Parameters
Type | Name | Description |
---|---|---|
bool | recursive | True to remove directories, subdirectories and files in path; otherwise, false. |