Is it possible to read INI files over the internet?
Something like
INIFile.SetValue("ftp://myweb/INIfile.txt", "My Section", "My Value", "My Data"); ?
![]()
Professional Software Development Tools
Is it possible to read INI files over the internet?
Something like
INIFile.SetValue("ftp://myweb/INIfile.txt", "My Section", "My Value", "My Data"); ?
![]()
No but you could download the INI file and read it localy.
A server-side script could do this (php, asp, etc..).