Get the unique id of this project
(&self)
| 85 | |
| 86 | /// Get the unique id of this project |
| 87 | pub fn id(&self) -> BnString { |
| 88 | unsafe { BnString::from_raw(BNProjectGetId(self.handle.as_ptr())) } |
| 89 | } |
| 90 | |
| 91 | /// Get the path of the project |
| 92 | pub fn path(&self) -> BnString { |