Hi all, wanted to solicit some advice about working with .ini files. Is it still "best practice" to use the "ProfileString" APIs when working with .ini files (e.g., Get/WriteProfileString and Get/WritePrivateProfileString APIs)? Or is there another function/method that has even greater performance that I should be considering? Trying to find the fastest way to basically parse out all the .ini sections/keys and load them into a Treeview control. Thanks for any insight on this, much appreciated.