MCPcopy Create free account
hub / github.com/audacity/audacity / ThemeComponentsDir

Function ThemeComponentsDir

libraries/lib-theme/Theme.cpp:113–116  ·  view source on GitHub ↗

Has the side-effect of ensuring existence of the directory

Source from the content-addressed store, hash-verified

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

Callers 2

Calls 2

ThemeSubdirFunction · 0.85
wxFileNameClass · 0.50

Tested by

no test coverage detected