mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Extract out IO namespace, Part 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user