MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetPathOnDisk

Method GetPathOnDisk

project.cpp:547–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545
546
547std::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
556bool ProjectFile::ExistsOnDisk() const

Callers 3

FileMetadataMethod · 0.80
AddProjectFolderMethod · 0.80
GetPrimaryFilePathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected