Removes a link.
impl File {
fn rel_remove<P>(&self, path: P) -> Result<(), Errno>
where P: ToCString,
}| Name | Description |
|---|---|
| path | The path to be removed. |
If the path is relative, this file must be a directory and the path will be interpreted relative to it. If the path refers to a directory, the directory has to be empty.