windows INI Files

Started by
3 comments, last by Etwinox 22 years, 5 months ago
How do I parse windows INI style files? (the Functions/Methods/etc) Note: Not "the" windows files, the config format. I''m guessing windows would have functions for parsing them...
Advertisement
Try these on MSDN.

GetPrivateProfileInt
GetPrivateProfileSection
GetPrivateProfileSectionNames
GetPrivateProfileString
GetPrivateProfileStruct
GetProfileInt
GetProfileSection
GetProfileString
WritePrivateProfileSection
WritePrivateProfileString
WritePrivateProfileStruct
WriteProfileSection
WriteProfileString
These only work with the registry/win.ini file, how do I read config files?
Ah, shoot...duh.
Sorry for doing that, I use the private ones to read/write to and from files right?
Right.
-Mike

This topic is closed to new replies.

Advertisement