MCPcopy Create free account
hub / github.com/bumptop/BumpTop / GetTrainingDirectory

Method GetTrainingDirectory

trunk/win/Source/BT_WindowsOS.cpp:2072–2083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2070}
2071
2072QDir WindowsSystem::GetTrainingDirectory()
2073{
2074 // Data directory should be in the local Application Data folder
2075 // i.e. %AppData%/Bump Technologies, Inc/BumpTop
2076 if (empty(GLOBAL(trainingPath)))
2077 GLOBAL(trainingPath) = GetDataDirectory() / "Training";
2078
2079 if (!exists(GLOBAL(trainingPath)))
2080 create_directory(GLOBAL(trainingPath));
2081
2082 return GLOBAL(trainingPath);
2083}
2084
2085QDir WindowsSystem::GetTradeshowDirectory()
2086{

Callers 7

onStateChangedMethod · 0.80
onStateChangedMethod · 0.80
enableThumbnailMethod · 0.80
onStateChangedMethod · 0.80
onStateChangedMethod · 0.80
for_eachFunction · 0.80

Calls 3

emptyFunction · 0.70
existsFunction · 0.70
create_directoryFunction · 0.70

Tested by 2

onStateChangedMethod · 0.64
onStateChangedMethod · 0.64