Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 377 Bytes

Util.PathExpand.md

File metadata and controls

20 lines (16 loc) · 377 Bytes

Util.PathExpand (String)

Expands system environment variables (See also: https://ss64.com/nt/syntax-variables.html).

Parameters

  • path (String) The path to expand

Returns

String String containing expanded path.

Examples

Demonstrates how to get the home drive

js:

Print(Util.PathExpand("%HOMEDRIVE%/"))