NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the full VI path of a step?

I can get the VI file name by with Step.TS.SData.ViCall.VIPath but is it possible to get the full path?
CLED (2016)
0 Kudos
Message 1 of 3
(2,977 Views)

Hi,

TestStand uses relative paths, so it never actually stores the full path to the VI unless you specify an absolute path.

If you would like to find the full path of where it has been found, you can use the method Engine.FindFile or the expression function FindFile to find where TestStand is locating this file.

Matt M
NI

Message 2 of 3
(2,961 Views)
 I feel dumb for not knowing about that function. Thanks!
CLED (2016)
0 Kudos
Message 3 of 3
(2,954 Views)