-------------------------------------------------------------------------
| 146 | |
| 147 | //------------------------------------------------------------------------- |
| 148 | std::wstring GetSeparatorLine() |
| 149 | { |
| 150 | return L"----------------------------------------------------"; |
| 151 | } |
| 152 | |
| 153 | //--------------------------------------------------------------------- |
| 154 | void CreateParentFolderIfNeeded(const std::filesystem::path& path) |
no outgoing calls
no test coverage detected