Returns the path of the file that was used to open this file.
impl File {
fn filename_buf(&self, buf: &'a mut [u8]) -> Result<&'a mut CStr, Errno>
}| Name | Description |
|---|---|
| buf | The buffer in which the path will be placed. |
The /proc filesystem must be mounted for this operation.