INIFile.vbs
INIFile.vbs copied to clipboard
VBScript class for reading from and writing to INI files
Results
2
INIFile.vbs issues
Sort by
recently updated
recently updated
newest added
I've been looking at the inifile.vbs and it does not appear to update an existing INI file. It works great when creating new ones though and I really like the...
INI file data is currently parsed from the file contents every time `GetValue()`, `SetValue()`, `GetSections()`, or `GetKeys()` is called. Further, `SetValue()` completely rewrites portions of the file contents every time...
Data Structures
Feature Request