Util/ Properties.jsAllows access to, and maipulation of, properites files. These are files that have name value pairs. An example of a file would be: #this is a coment Copyright2005-2006 Rob Rohan (robrohan@gmail.com) All rights reserved RelatedUtil/Collections.js Summary
PropertiesClass to deal with properies files. NamespaceSortie.Util Summary
Properties. GetPropertyGets the value from the properites by key. If key is not found it will return what (if anything) is passed in defaultValue. If key is not found and no defaultvalue given, it’ll return null Parameters
Returnsthe property as a string, the default value, or null |