7 #ifndef UNLINK_RECURSIVE_H
8 #define UNLINK_RECURSIVE_H
int unlinkat_recursive(int fd, const char *path)
Delete a path recursively.
int unlink_recursive(const char *path)
Delete a path recursively.
int unlink_dir_contents(const char *path)
Unlink only the contents of the directory recursively.
at syscall compatibility layer.