| getProperties |
([String prefix]) |
yoix.system |
| |
Returns a dictionary that lists the current system properties.
When
prefix
is given, only property names that begin with
prefix
are included in the dictionary.
| |
| Example: |
The program,
import yoix.stdio.*;
import yoix.system.*;
printf("%O\n", getProperties("user"));
prints a quick dump of all user related properties on standard output.
| | |
| Return: |
Dictionary
| | |
| See Also: |
getenv,
getProperty,
loadINI,
readINI
|
|
Yoix is a registered trademark of AT&T Inc.
|