ChangeDetector.DetectorUtilitiesRegistry.RemoveHive C# (CSharp) Method

RemoveHive() private static method

private static RemoveHive ( string pathName ) : string
pathName string
return string
        private static string RemoveHive(string pathName)
        {
            return pathName.Substring(pathName.IndexOf(@"\") + 1);
        }