openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
I
INIFile.vbs
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Sep 18, 2024 — Sep 18, 2025
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
README: Fixed "GetSections()`, `GetKeys()" example code and output to more accurately reflect what is actually displayed.
Christopher Parker
More...
about 14 years ago
Tweaked comment wording in README "GetSections(), GetKeys()" example.
Christopher Parker
More...
about 14 years ago
Final README formatting tweak in Notes section.
Christopher Parker
More...
about 14 years ago
Fixing README formatting issue in Notes section.
Christopher Parker
More...
about 14 years ago
Minor README formatting tweaks in Notes section.
Christopher Parker
More...
about 14 years ago
Minor README formatting tweaks.
Christopher Parker
More...
about 14 years ago
Expanded "GetSections(), GetKeys()" README section.
Christopher Parker
More...
about 14 years ago
Added "vb.net" language identifier to fenced code blocks that contain VBScript code for syntax highlighting capabilities. (See http://github.github.com/github-flavored-markdown/.)
Christopher Parker
More...
about 14 years ago
More README restructuring. It should now be easier to add more usage examples without the README getting confusing to follow.
Christopher Parker
More...
about 14 years ago
Fenced code blocks didn't work with fencing on the same line as the text. Backticks are now on their own line.
Christopher Parker
More...
about 14 years ago
Changed code block style to GitHub's fenced code block style: http://github.github.com/github-flavored-markdown/
Christopher Parker
More...
about 14 years ago
- Renamed SeparateField private method to ExtractValue, as this name more closely describes what the method does. - Moved all code to determine a section's contents to its own private method, GetSectionContents. - Refactored GetValue(), SetValue() to use GetSectionContents() - Added GetSections(), GetKeys() public methods. - Rewrote, added some comments. - Updated README to provide an example of how to use new GetSections(), GetKeys() methods. - Restructured README to add a NOTES section.
Christopher Parker
More...
about 14 years ago
- Replaced Class_Initialize() with Init() pattern in order to accept constructor parameters. (See http://www.visualbasicscript.com/Initializing-a-Class-with-parameters-m76239.aspx) - File contents are now loaded immediately upon class instantiation. - Added Load() and Save() methods for loading and saving file contents on demand. - GetValue() no longer calls GetFileContents() - SetValue() no longer calls GetFileContents() or WriteFileContents() - If a section-key pair is not found, GetValue() now returns Empty instead of vbNullString. - Updated README to reflect changes. Also added note about encoding of INIFile.vbs.
Christopher Parker
More...
about 14 years ago
Updated license, added README.
Christopher Parker
More...
about 14 years ago
Initial commit using original code.
Christopher Parker
More...
almost 21 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree