Check if this is a file. # Returns `true` if this item represents a file.
(&self)
| 557 | /// |
| 558 | /// `true` if this item represents a file. |
| 559 | pub fn is_file(&self) -> bool { |
| 560 | !self.is_directory |
| 561 | } |
| 562 | |
| 563 | /// Set the metadata for this item. |
| 564 | /// |
no outgoing calls
no test coverage detected