Get property
needs(code_samples);
Function Syntax
string get_property(string prop )
- prop is the property to get
Looks for a global or appropriate user preference from the saved files (found in your "Settings" directory) and if it finds one that matches, it returns whatever value is stored for that preference.
CLI Equivalent
The CLI command "get" works similarly.
See Also
Special
If a matching preference is not found, this function returns an empty string.