
21.08.2009, 00:05
|
 |
Always hardcore!
|
|
Регистрация: 04.03.2009
Адрес: СПб
Сообщения: 3,239
Версия Delphi: GCC/FPC/FASM
Репутация: 62149
|
|
Не уверен, но думаю, что
Код:
var
buffer:PWideChar;
begin
GetCurrentDirectory(200,Buffer);
WritePrivateProfileSection('MyInf','',(BUFFER)+'\conf.ini');
WritePrivateProfileString('MyInf','STATUS','OK',GetCurrentDirectory(200, buffer)+'\conf.ini');
end;
как-то так
__________________
Оставайтесь хорошими людьми...
VK id2634397, ds [at] phoenix [dot] dj
|