Return the bare file name of this directory entry without any other leading path component.
(&self)
| 371 | /// Return the bare file name of this directory entry without any |
| 372 | /// other leading path component. |
| 373 | pub fn file_name(&self) -> &str { |
| 374 | &self.name |
| 375 | } |
| 376 | |
| 377 | /// Returns the metadata for the file that this entry points at. |
| 378 | pub fn metadata(&self) -> Result<Metadata, SyscallError> { |
no outgoing calls
no test coverage detected