| writeINI |
(String path, String topic, String option, String value) |
yoix.windows |
| |
|
Reads the Windows INI file named by
path,
which currently must be a string that points at a local file,
assigns
value
as the definition of
option
under the section named
topic,
writes the modified file back out to
path,
and returns nonzero if no obvious errors occurred.
All comparisons made using
topic
and
option
are case-insensitive.
|
Yoix is a registered trademark of AT&T Inc.
|