AcManager.Tools.Managers.AcRootDirectory.AcRootDirectory C# (CSharp) Method

AcRootDirectory() private method

private AcRootDirectory ( ) : System
return System
        private AcRootDirectory() {
            Value = ValuesStorage.GetString(Key);
            if (Value == null || CheckDirectory(Value)) return;

            Logging.Warning($"AC root directory “{Value}” is not valid anymore");
            Value = null;
        }