Unlinks a file relative to a directory.
fn unlinkat(dir: i32, file: &CStr, flags: i32) -> i32
| Name | Description |
|---|---|
| dir | The directory relative to which relative paths will be interpreted. |
| file | The path of the file. |
| flags | The flags used while unlinking the file. |
Returns success or an error value.