[Resolved]Reading out specifics in an INI file
I was wondering if there is a way to edit specific parts in a .ini file easily?
What I am trying to do is make a list of usernames which are located in a file like:
[username]
fileattrib=RW
passwd=passwd
Dir1=/usr/files/
I figured I could use include but as far as I know you cannot include only specific lines,
does anyone have a clue?
Re: Reading out specifics in an INI file
Re: Reading out specifics in an INI file
Perfect,It worked! among the comments where alot of great tips and now it reads only the parts I want it too.
Thanks!
Re: Reading out specifics in an INI file
No worries.
If you have no further questions then don't forget to mark this thread Resolved from the Thread Tools menu.