QTP Script to get size of a text file
Dim a,b
Set a = CreateObject("Scripting.FileSystemObject")
Set b = a.GetFile("C:\qtp.txt")
Msgbox b.size
QTP Script to get size of a text file-VB Script to get size of a text file
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment