withSIX.Play.Core.Games.Legacy.ArmaModPathValidator.ValidateSpecials C# (CSharp) Method

ValidateSpecials() static private method

static private ValidateSpecials ( string path ) : bool
path string
return bool
        static bool ValidateSpecials(string path) => gameDataDirectories.Any(dir => HasSubFolder(path, dir));
    }
ArmaModPathValidator