AT&T Home | AT&T Labs | Research
AT&T Labs, Inc. - Research

The Yoix® Scripting Language

Home | What's New | Grammar | Documentation | Download | License | YChart | YDAT | YWAIT | Byzgraf | FAQs
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.