* @brief Get the filepath to the "data/libraries/local" directory */
| 105 | * @brief Get the filepath to the "data/libraries/local" directory |
| 106 | */ |
| 107 | FilePath getLocalLibrariesPath() const { |
| 108 | return mLibrariesPath.getPathTo("local"); |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * @brief Get the filepath to the "data/libraries/remote" directory |
no test coverage detected