51Testing软件测试论坛
标题:
VBS语言中是不是不能直接创建多级目录
[打印本页]
作者:
vincenthan
时间:
2007-8-8 17:46
标题:
VBS语言中是不是不能直接创建多级目录
用Dim a1,a2
Set a1=createobject("scripting.filesystemobject")
Set a2=a1.createfolder("e:\h\b\1")
创建目录时提示未找到路径,但我也没有发现可以直接创建多级目录的方法,是不是
要想创建只能自己编写代码啊
作者:
surlary
时间:
2007-8-8 18:03
直线走不了我们可以走曲线:
Dim WshShell
Set WshShell = CreateObject("wscript.Shell")
WshShell.Run "cmd.exe /c md c:\1\2\3\4"
Set WshShell = Nothing
复制代码
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2