Hi
Is there any way to Read an INIFile from a string or Stream instead of a
physical file ???
I want to read the INIFile into a string then store in a db but when I read
the string from the db or save string to the db I don't want to have to copy
the string to a file to use the WritePrivatePro fileString and
GetPrivateProfi leString. Is there a way around this instead of writing my own
class to operate on a string or stream ???
Thanks
Is there any way to Read an INIFile from a string or Stream instead of a
physical file ???
I want to read the INIFile into a string then store in a db but when I read
the string from the db or save string to the db I don't want to have to copy
the string to a file to use the WritePrivatePro fileString and
GetPrivateProfi leString. Is there a way around this instead of writing my own
class to operate on a string or stream ???
Thanks
Comment