Expand description
unlinkat(fd, path, flags)
—Unlinks a file or remove a directory.
With the REMOVEDIR
flag, this removes a directory. This is in place
of a rmdirat
function.
unlinkat(fd, path, flags)
—Unlinks a file or remove a directory.
With the REMOVEDIR
flag, this removes a directory. This is in place
of a rmdirat
function.