stores a profile string
include 'iolib.h' setprofile(File, App, Key, Value)
setprofile(File, App, Key, Value) (i,i,i,i)
string(File) (i) Host environment profile file.
string(App) (i) Application section in File.
string(Key) (i) Keyword for Value
string(Value) (i), integer(Value) Value to store.
This predicate stores environment information on the host system. The exact implementation and meaning of the arguments is host dependent.
Currently setprofilestring is available only for the MS-Windows host server WIO :
The profile information is strored in '.INI' files, e.g. WIN.INI, structured into
sections headed with
setprofile fails if Value is neither string nor integer.
No errors.
prolog-process, client-server, object