Function wasix::path_remove_directory
source · [−]Expand description
Remove a directory.
Return errno::notempty if the directory is not empty.
Note: This is similar to unlinkat(fd, path, AT_REMOVEDIR) in POSIX.
Parameters
path- The path to a directory to remove.