SelectDirectory 弹出选择文件夹对话框
弹出选择文件夹的对话框
字符串型,返回用户所选择的文件夹的全路径

dim dirPath 
dirPath=Plugin.File.SelectDirectory() 
MessageBox "您所选择的目录是:" & dirPath

dim dirPath 
Plugin dirPath=File.SelectDirectory() 
MessageBox "您所选择的目录是:" & dirPath