Retrieves system directory paths by property name.
Takes property (property name string).
Returns the file path for the specified system property.
System
Parameters & Returns
Parameters
propertyString
Returns
String
Quick Summary
Retrieves system directory paths by property name.
Takes property (property name string).
Returns the file path for the specified system property.
Technical Exegesis...
Returns the file path for the specified system property. Property names are case-insensitive. Returns an empty string if the property is NULL, unrecognized, or if the path retrieval fails.
Returns the file path for the specified system property. Property names are case-insensitive. Returns an empty string if the property is NULL, unrecognized, or if the path retrieval fails.