Artemis.Utilities.DataReaders.DllManager.DllPlaced C# (CSharp) Method

DllPlaced() public static method

public static DllPlaced ( ) : bool
return bool
        public static bool DllPlaced()
        {
            if (!Directory.Exists(LogitechPath + @""))
                return false;
            if (!RegistryKeyPlaced())
                return false;

            return File.Exists(LogitechPath + @"\artemis.txt");
        }