| 24 | namespace |
| 25 | { |
| 26 | bool IsValidDir(std::string const & path) |
| 27 | { |
| 28 | return Platform::IsFileExistsByFullPath(path) && Platform::IsDirectory(path); |
| 29 | } |
| 30 | } // namespace |
| 31 | |
| 32 | WikidataHelper::WikidataHelper(std::string const & mwmPath, std::string const & idToWikidataPath) |