| 545 | |
| 546 | |
| 547 | std::string ProjectFile::GetPathOnDisk() const |
| 548 | { |
| 549 | char* path = BNProjectFileGetPathOnDisk(m_object); |
| 550 | std::string result = path; |
| 551 | BNFreeString(path); |
| 552 | return result; |
| 553 | } |
| 554 | |
| 555 | |
| 556 | bool ProjectFile::ExistsOnDisk() const |
no outgoing calls
no test coverage detected