MCPcopy Create free account
hub / github.com/LMMS/lmms / createWorkingDir

Method createWorkingDir

src/core/ConfigManager.cpp:309–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307
308
309void ConfigManager::createWorkingDir()
310{
311 QDir().mkpath( m_workingDir );
312
313 QDir().mkpath( userProjectsDir() );
314 QDir().mkpath( userTemplateDir() );
315 QDir().mkpath( userSamplesDir() );
316 QDir().mkpath( userPresetsDir() );
317 QDir().mkpath( userGigDir() );
318 QDir().mkpath( userSf2Dir() );
319 QDir().mkpath( userVstDir() );
320 QDir().mkpath( userLadspaDir() );
321}
322
323
324

Callers 1

GuiApplicationMethod · 0.80

Calls 8

userProjectsDirFunction · 0.85
userTemplateDirFunction · 0.85
userSamplesDirFunction · 0.85
userPresetsDirFunction · 0.85
userGigDirFunction · 0.85
userSf2DirFunction · 0.85
userVstDirFunction · 0.85
userLadspaDirFunction · 0.85

Tested by

no test coverage detected