MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetInternalPath

Method GetInternalPath

pcsx2/SIO/Memcard/MemoryCardFolder.cpp:2262–2275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2260}
2261
2262void MemoryCardFileMetadataReference::GetInternalPath(std::string* fileName) const
2263{
2264 if (parent)
2265 {
2266 parent->GetInternalPath(fileName);
2267 }
2268
2269 fileName->append((const char*)entry->entry.data.name);
2270
2271 if (entry->IsDir())
2272 {
2273 fileName->append("/");
2274 }
2275}
2276
2277FolderMemoryCardAggregator::FolderMemoryCardAggregator()
2278{

Callers 2

OpenMethod · 0.80
ReOpenMethod · 0.80

Calls 2

IsDirMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected