51Testing软件测试论坛
标题:
QTP里有没什么函数来判断某文件是否存在的?
[打印本页]
作者:
醉柠檬
时间:
2005-6-29 17:32
标题:
QTP里有没什么函数来判断某文件是否存在的?
或者给一个判断文件是否存在的解决方案!谢谢
作者:
醉柠檬
时间:
2005-7-7 16:19
给点意见啊!谢谢~
作者:
lovetest6
时间:
2005-7-8 09:07
文件??VBscript可以用啊。
dim oFSO
' creating the file system object
set oFSO = CreateObject ("Scripting.FileSystemObject")
Function CheckFileExists (FilePath)
' check if file exist
CheckFileExists = oFSO.FileExists(FilePath)
End Function
复制代码
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2