| 2260 | } |
| 2261 | |
| 2262 | void 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 | |
| 2277 | FolderMemoryCardAggregator::FolderMemoryCardAggregator() |
| 2278 | { |