if (strLine.StartsWith("[") && strLine.EndsWith("]")) { currentRoot = strLine.Substring(1, strLine.Length - 2); } else { [B]if (strLine.StartsWith("'")) { // assuming comments start with the apostrophe [/]
Leave a comment: