Has the side-effect of ensuring existence of the directory
| 104 | |
| 105 | //! Has the side-effect of ensuring existence of the directory |
| 106 | FilePath ThemeSubdir(const FilePath &themeDir, Identifier id) |
| 107 | { |
| 108 | return FileNames::MkDir( |
| 109 | wxFileName( FileNames::MkDir(themeDir), id.GET() ).GetFullPath() ); |
| 110 | } |
| 111 | |
| 112 | //! Has the side-effect of ensuring existence of the directory |
| 113 | FilePath ThemeComponentsDir(const FilePath &themeDir, Identifier id) |
no test coverage detected