| 37 | std::string bundlePath; // points to plugin manifests dir (or empty) |
| 38 | |
| 39 | std::string config(std::string filename) { |
| 40 | return system::join(configDir, filename); |
| 41 | } |
| 42 | |
| 43 | std::string user(std::string filename) { |
| 44 | return system::join(userDir, filename); |
no outgoing calls
no test coverage detected