Retrieves information about a file relative to a file descriptor.
fn fstatat(dir: i32, file: &CStr, buf: &mut stat, flags: i32) -> i32
| Name | Description |
|---|---|
| dir | The directory relative to which relative paths will be interpreted. |
| file | The path of the file. |
| buf | Where the information will be stored. |
| flags | Flags to use while retrieving the information. |
Returns success or an error value.