Doesnt seem to be letting me create this directory. Im a newb to this so could someone explain to me what im doing wrong in this proc?
(btw its to save settings in a form)
SCAR Code:WriteINI('General','SRL_ID',SRL_ID.Text,'Settings');
Thanks
Doesnt seem to be letting me create this directory. Im a newb to this so could someone explain to me what im doing wrong in this proc?
(btw its to save settings in a form)
SCAR Code:WriteINI('General','SRL_ID',SRL_ID.Text,'Settings');
Thanks
METAL HEAD FOR LIFE!!!
SCAR Code:program New;
var
filename:string;
begin
FileName := AppPath + 'Scripts\settings.ini';
WriteINI('TestSection', 'TestKey', 'TestString', FileName);
end.
try it, it will work. Edit the path. You don't have to make it an .ini also it will write and read from any file.
Rep is apreciated ++
I do visit every 2-6 months
Thanks bro! Worked like a charm![]()
Rep +
METAL HEAD FOR LIFE!!!
You also can you SaveSetting and LoadSetting (default SCAR ini).
There are currently 1 users browsing this thread. (0 members and 1 guests)