| 32 | static String strProgPath; |
| 33 | |
| 34 | void SetTemporaryPath(const String& path) |
| 35 | { |
| 36 | strTempPath = paths::AddTrailingSlash(paths::GetLongPath(path)); |
| 37 | paths::CreateIfNeeded(strTempPath); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * @brief Get folder for temporary files. |
no test coverage detected