| 102 | } |
| 103 | |
| 104 | std::string GetTargetFileName(std::string const & fileName, std::string const & ext = DATA_FILE_EXTENSION) const |
| 105 | { |
| 106 | return base::JoinPath(m_targetDir, fileName + ext); |
| 107 | } |
| 108 | |
| 109 | std::string GetIntermediateFileName(std::string const & fileName, std::string const & ext = "") const |
| 110 | { |