mIRC Homepage
Posted By: TillableToast Using another folder - 17/11/16 08:25 PM
How do I use another folder to write .ini files in?
And also grab info from .ini files within that same folder?

Thanks,
Toast
Posted By: ruprecht Re: Using another folder - 18/11/16 01:22 AM
Just use a complete or relative path name with the filename.

Code:
writeini c:\myinifiles\data.ini section item value
%var = $readini(c:\myinifiles\data.ini, section, item)
© mIRC Discussion Forums