51Testing软件测试论坛

标题: QTP里有没什么函数来判断某文件是否存在的? [打印本页]

作者: 醉柠檬    时间: 2005-6-29 17:32
标题: QTP里有没什么函数来判断某文件是否存在的?
或者给一个判断文件是否存在的解决方案!谢谢
作者: 醉柠檬    时间: 2005-7-7 16:19
给点意见啊!谢谢~
作者: lovetest6    时间: 2005-7-8 09:07
文件??VBscript可以用啊。



  1. dim oFSO

  2. ' creating the file system object

  3. set oFSO = CreateObject ("Scripting.FileSystemObject")

  4. Function CheckFileExists (FilePath)

  5.     ' check if file exist

  6.     CheckFileExists = oFSO.FileExists(FilePath)

  7. End Function
复制代码





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2