Returns information about a path relative to this file without following symlinks.
impl File {
fn rel_info_no_follow<P>(&self, path: P) -> Result<Info, Errno>
where P: ToCString,
}| Name | Description |
|---|---|
| path | A path to the file whose information will be returned. |
Returns information about the file.
If the path is relative, this file must be a directory and the path will be interpreted relative to it.