语法
表达式.StartupPath
表达式 一个代表 Application 对象的变量。
示例
本示例显示 ET 启动文件夹的完整路径。
MsgBox(Application.StartupPath)