Hi everyone,
I have put a config ini file "config.ini" for reading and writing to from my C# program, the thing is, if the user has UAC enabled then for some weird reasons the program doesn't read or write to the file but it managed to create the file but cannot read or write to it.
How can I get this to work.
this file is saved into DOCUMENTSFOLDER\ProductName\config.ini
Ini class file: http://www.sinvise.net/so/Ini.cs
Code Snippet of config.ini creation: http://www.sinvise.net/so/creation.txt