Directories the itch app may keep its user data in, most specific first.
This mirrors Electron's app.getPath("userData") for each app variant, so it follows the same platform conventions.
app.getPath("userData")
ITCH_USER_DATA_DIR and ITCH_APP_DIR are this library's own escape hatch for unusual installs -- the itch app itself does not read them.
ITCH_USER_DATA_DIR
ITCH_APP_DIR
See IItchPathLookup. Defaults to the current user.
Directories the itch app may keep its user data in, most specific first.
This mirrors Electron's
app.getPath("userData")for each app variant, so it follows the same platform conventions.ITCH_USER_DATA_DIRandITCH_APP_DIRare this library's own escape hatch for unusual installs -- the itch app itself does not read them.