Have you looked at the FilePref's object documentation.Here's something that I do.I write
stuff with this code to the module's ini
Soory bits and pieces of code
Code:
Fileprefs f
String filename
filename = .Module().PathPrefix() + 'kmcustomcatupgrade.ini'
f = fileprefs.Open( filename )
//the above code gets a handle to the ini file
.fStatus= fileprefs.GetPref( f, 'KMCustCatUpgrade',whichStatus )
//I get a section called that
//I need to write something to it
//lots of data type conversion
fileprefs.AddPref( f 'KMCustCatUpgrade','status', 'Processing' )
Output will be something like
[KMCustCatUpgrade]
status=Processing
Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.