sysSystemProperty

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

property String

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.

Example

Example.bam
; No example implemented yet