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

Function ThemeSubdir

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

Has the side-effect of ensuring existence of the directory

Source from the content-addressed store, hash-verified

104
105//! Has the side-effect of ensuring existence of the directory
106FilePath 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
113FilePath ThemeComponentsDir(const FilePath &themeDir, Identifier id)

Callers 4

ThemeComponentsDirFunction · 0.85
CreateOneImageCacheMethod · 0.85
WriteOneImageMapMethod · 0.85
ReadImageCacheMethod · 0.85

Calls 1

wxFileNameClass · 0.50

Tested by

no test coverage detected