NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I view the sequence file version number of a password protected sequence file?

Solved!
Go to solution

We distribute our framework sequences password-protected against viewing. I would like to give my users the opportunity to verify the correct version of those framework sequence files, but as far as I can see, it is not possible to view the sequence file version number from Sequence Editor without providing the password.

 

Is there a way to view the version number of a protected sequence file without the password?

 

Best regards

 

Peter

0 Kudos
Message 1 of 3
(3,827 Views)
Solution
Accepted by topic author pwaszkewitz

Try doing this

 

RunState.Engine.GetFileInformation(<FilePath>).GetFileVersion(<OutPutVariable>)

0 Kudos
Message 2 of 3
(3,822 Views)

Yes, that works.

 

I was thinking about something directly in the SeqEdit or OperatorInterface GUI, but then I will add an appropriate command into the Tools menu and show the information in a MessagePopup.

 

Thanks.

0 Kudos
Message 3 of 3
(3,817 Views)