pub fn get_enabled_mods(
dir: impl AsRef<Path>,
) -> Result<EnabledMods, ThermiteError>Expand description
Get enabledmods.json from the given directory, if it exists
ยงErrors
- The path cannot be canonicalized (broken symlinks)
- The path is not a directory
- There is no
enabledmods.jsonfile in the provided directory