Has the side-effect of ensuring existence of the directory
| 111 | |
| 112 | //! Has the side-effect of ensuring existence of the directory |
| 113 | FilePath ThemeComponentsDir(const FilePath &themeDir, Identifier id) |
| 114 | { |
| 115 | return FileNames::MkDir( wxFileName( ThemeSubdir(themeDir, id), wxT("Components") ).GetFullPath() ); |
| 116 | } |
| 117 | |
| 118 | constexpr auto ImageCacheFileName = L"ImageCache.png"; |
| 119 |
no test coverage detected