09-10-2015 03:54 AM
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
Solved! Go to Solution.
09-10-2015 04:38 AM
Try doing this
RunState.Engine.GetFileInformation(<FilePath>).GetFileVersion(<OutPutVariable>)
09-10-2015 06:23 AM
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.