Enum ForbiddenPathReason
- Namespace
- RadioExt_Helper.models
- Assembly
- RadioExt-Helper.dll
Defines the various reasons a path may be considered forbidden.
public enum ForbiddenPathReason
Fields
KeywordMatch = 6- The path contained forbidden keywords that would make it an invalid path (e.g., steam, epic games, gog galaxy, etc...).
None = 0- No reason. The path was valid.
ProgramFiles = 3- The path was within the program files directory (either x86 or x64).
RootDirectory = 1- The path was a root directory.
SystemDirectory = 2- The path was within a system directory.
UserAppData = 4- The path was within the user's appdata folder (either local or roaming).
VortexFolder = 5- The path was within Vortex Mod Manager managed folder.