09-19-2011 07:28 AM
How can I detemine if a directory or folder exists? e.g. I have c:\some_directory, how can I tell in TestStand sequence whether this is the path of an existing directory?
Solved! Go to Solution.
09-19-2011 09:49 AM
Look in the TestStand help. In the Index tab type FindPath.
If you still have questions let me know.
09-12-2012 09:16 AM
What is the object class for FindPath method? Any examples on how to find if a directory exist?
I used object reference as Runstate.Engine.
Thanks
09-12-2012 09:24 AM
Go to Start>>All Programs>>National Instruments>><TestStand>>>Documents>>Manuals>>NI TestStand API Reference Poster.
When that comes up do a search for FindPath.
Let me know if you have any questions.
Personally I prefer to use the TS Help for API method and property definitions but the API reference poster shows it all in one spot.
Regards,
09-12-2012 09:30 AM
As to your example question..... now there is.
09-12-2012 12:44 PM
Thanks jigg, can the seqeunce be saved in 4.1 version please.
09-12-2012 12:49 PM
Ok