I was trying to make an autopatcher, but im kinda stucked with reading from host.
I tried: (changed IPHERE to ip)
didnt work, anybody got a solution how i can read it from the host?
The autopatcher folder is in AppServ\www folder
any solutions?
I tried: (changed IPHERE to ip)
Code:
Ini Configg = new Ini(System.Windows.Forms.Application.StartupPath + @"\IPHERE\autopatcher\Config.ini");
string ThePath = Configg.ReadValue("Config", "Patch");
The autopatcher folder is in AppServ\www folder
any solutions?