I want to read the ini file of a website, but I can not.
I tried this way:
inicheck := 'http://pokestage.ddns.net/patch/CHECK.INI';
conf2 := TIniFile.Create(IdHTTP3.Get(inicheck));
version2 := conf2.ReadString('CONFIG', 'TVERSION', '');
But...
asked by
17.10.2014 / 14:50