Unlink recursively. More...
Go to the source code of this file.
Functions | |
int | unlink_recursive (const char *path) |
Delete a path recursively. | |
int | unlink_dir_contents (const char *dirname) |
Unlink only the contents of the directory recursively. |
Unlink recursively.
int unlink_recursive | ( | const char * | path | ) |
Delete a path recursively.
path | The path to unlink recursively. |
int unlink_dir_contents | ( | const char * | dirname | ) |
Unlink only the contents of the directory recursively.
dirname | The path of the directory. |