Path.remove
void remove(bool recursive = false) constRemoves the file or directory at this path.
Parameters
recursive | If true, remove directories and their contents recursively. |
void remove(bool recursive = false) constRemoves the file or directory at this path.
recursive | If true, remove directories and their contents recursively. |