Check if this file's contents exist on disk
(&self)
| 43 | |
| 44 | /// Check if this file's contents exist on disk |
| 45 | pub fn exists_on_disk(&self) -> bool { |
| 46 | unsafe { BNProjectFileExistsOnDisk(self.handle.as_ptr()) } |
| 47 | } |
| 48 | |
| 49 | /// Get the unique id of this file |
| 50 | pub fn id(&self) -> BnString { |