Build.BlitzBuild - environment::get-system-path

Description

Gets the path to the system special folder identified by the specified path identifier.

string environment::get-system-path (
     string pathName
)

Parameters

Table 14. Parameters

Name Type Description
pathName string The name of the system folder to get. See folder constants for complete list of folders.

Return Values

The full path that was requested, or an empty string if not found.