Extract out IO namespace, Part 3

This commit is contained in:
Matt Nadareski
2020-12-08 00:13:22 -08:00
parent 53f5d07ae4
commit 96f0a94b10
60 changed files with 950 additions and 1319 deletions

View File

@@ -41,7 +41,7 @@ namespace SabreTools.Library.Filtering
public bool PopulateFromFile(string ini)
{
// Prepare all intenral variables
IniReader ir = ini.GetIniReader(false);
IniReader ir = new IniReader(ini) { ValidateRows = false };
bool foundRootFolder = false;
// If we got a null reader, just return