How can I get the version of a file with UFT?
Question ID: 105878
1
0

I have requirement to find out the version of a file stored. Does anybody know how to get the version information off a file?

Marked as spam
Posted by (Questions: 63, Answers: 1)
Asked on January 27, 2015 9:18 pm
39 views
Answers (1)
1
Private answer

Try the following


Set FSO = CreateObject(''Scripting.FileSystemObject'')
myVersion=FSO.getverion(myFile)
set FSO = nothing
Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on January 27, 2015 9:19 pm
0
That works for my needs.. Thank you for the quick response.
( at January 27, 2015 9:20 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top