Get the path of the project
(&self)
| 90 | |
| 91 | /// Get the path of the project |
| 92 | pub fn path(&self) -> BnString { |
| 93 | unsafe { BnString::from_raw(BNProjectGetPath(self.handle.as_ptr())) } |
| 94 | } |
| 95 | |
| 96 | /// Get the name of the project |
| 97 | pub fn name(&self) -> BnString { |
no outgoing calls