ExpandPath |
Previous Top Next |
InputPath
|
[in] A
path in macro format |
|
The
expanded macro path in system format |
|
Path =
ExpandPath("%ProgramFilesDir%\Myapp.exe") |
' Path = c:\program files\myapp.exe |
All
macro paths must escape the '%' and '#' characters by replacing
these characters with #25 and #23 |