标题 | vbs中获取脚本当前路径的2个方法 |
范文 | 方法一: 代码如下: currentpath = createobject("Scripting.FileSystemObject").GetFolder(".").Path 方法二: 代码如下: currentpath = createobject("Scripting.FileSystemObject").GetFile(Wscript.ScriptFullName).ParentFolder.Path |
随便看 |
|
在线学习网范文大全提供好词好句、学习总结、工作总结、演讲稿等写作素材及范文模板,是学习及工作的有利工具。