| 862 | } |
| 863 | |
| 864 | fs::path GetModFolderPath() |
| 865 | { |
| 866 | return fs::path(GetNorthstarPrefix()) / MOD_FOLDER_SUFFIX; |
| 867 | } |
| 868 | fs::path GetThunderstoreModFolderPath() |
| 869 | { |
| 870 | return fs::path(GetNorthstarPrefix()) / THUNDERSTORE_MOD_FOLDER_SUFFIX; |
no test coverage detected