| 1304 | } |
| 1305 | |
| 1306 | string Storage::GetFilePath(CountryId const & countryId, MapFileType type) const |
| 1307 | { |
| 1308 | return platform::GetFilePath(m_currentVersion, m_dataDir, countryId, type); |
| 1309 | } |
| 1310 | |
| 1311 | string Storage::GetFileDownloadPath(CountryId const & countryId, MapFileType type) const |
| 1312 | { |