Go to the source code of this file.
Functions | |
int | delete_dir (const char *dir) |
Delete a directory recursively. | |
int | delete_dir_contents (const char *dir) |
Delete only the contents of the directory recursively. |
int delete_dir | ( | const char * | dir | ) |
Delete a directory recursively.
dir | The full path of the directory to delete. |
int delete_dir_contents | ( | const char * | dir | ) |
Delete only the contents of the directory recursively.
dir | The full path of the directory to delete. |