语法
表达式.Path
表达式 一个代表 Application 对象的变量。
示例
此示例显示 ET 的完整路径。
function TotalPath(){ MsgBox("The path is " + Application.Path) }