I have a file that lies on the path http://www.site.ru/config.ini
And there is someone else's code that takes a file that should be on the computer (locally).
You can of course save the file, and then pass, but I can not save the file locally (which would not be who could not work with it).
Function:
[DllImport ("kernel32")]
private static extern int GetPrivateProfileString (string section, string key, string def, StringBuilder retVal, int size, string filePath);
What shall I do?