Forum Discussion
HKosova
14 years agoSmartBear Alumni (Retired)
Hi Rajesh,
To check whether the file exists, use the aqFileSystem.Exists method:
To check whether the file exists, use the aqFileSystem.Exists method:
If Not aqFileSystem.Exists(strFileName) Then
Log.Error "The file """ & strFileName & """ does not exist."
Else
' Do the registry import
...
End If
Related Content
- 5 years ago
- 12 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago