mIRC Home    About    Download    Register    News    Help

Print Thread
#259415 17/11/16 08:25 PM
T
TillableToast
TillableToast
T
How do I use another folder to write .ini files in?
And also grab info from .ini files within that same folder?

Thanks,
Toast

#259416 18/11/16 01:22 AM
Joined: Aug 2016
Posts: 36
Ameglian cow
Offline
Ameglian cow
Joined: Aug 2016
Posts: 36
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)


Link Copied to Clipboard