@return full path to file in the temporary directory
| 176 | std::string const & TmpDir() const { return m_tmpDir; } |
| 177 | /// @return full path to file in the temporary directory |
| 178 | std::string TmpPathForFile(std::string const & file) const { return TmpDir() + file; } |
| 179 | /// @return full random path to temporary file. |
| 180 | std::string TmpPathForFile() const; |
| 181 | /// @return full partially random path to temporary file. |