| 25 | return str; |
| 26 | } |
| 27 | void SetName(const char* name) { MdfFileSetName(file, name); } |
| 28 | std::string GetFileName() const { |
| 29 | std::string str(MdfFileGetFileName(file, nullptr) + 1, '\0'); |
| 30 | str.resize(MdfFileGetFileName(file, str.data())); |
no outgoing calls