MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / GetDataFilePath

Function GetDataFilePath

lib/utils/path-helpers.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace advss {
11
12std::string GetDataFilePath(const std::string &file)
13{
14 std::string root_path = obs_get_module_data_path(obs_current_module());
15 if (!root_path.empty()) {
16 return root_path + "/" + file;
17 }
18 return "";
19}
20
21QString GetDefaultSettingsSaveLocation()
22{

Callers 8

RegexConfigWidgetMethod · 0.70
StatusDockWidgetMethod · 0.70
MacroEditMethod · 0.50
MacroSegmentEditMethod · 0.50
MacroTreeItemMethod · 0.50
DurationModifierEditMethod · 0.50
MidiMessageSelectionMethod · 0.50

Calls 2

obs_current_moduleFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected