NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

automating "find in files"

Hi,

I'd like to programatically initiate a "find in files" search within a teststand sequence.   Is this exposed in the teststand API anywhere?  I am browsing the IEngine methods but all I see is "findfile" which isn't really what I want.

 

 

thanks for any help

 

David Jenkinson

0 Kudos
Message 1 of 3
(2,820 Views)

Hi David,

 

Use the Expression Browser from an Statement step to obtain the FindFile() function.

FindFile function

Regards

Ray Farmer

 

 

Message Edited by Ray Farmer on 09-07-2008 08:44 PM
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,809 Views)

Find in Files searching is exposed via the TestStand API as Engine.SearchFiles().

 

Hope this helps,

-Doug 


Message Edited by dug9000 on 09-08-2008 09:12 AM
0 Kudos
Message 3 of 3
(2,797 Views)