01-13-2015 06:27 AM
I would like to get the TestStandPublicDirectory path in an expression using a macro. Is it possible? Or is there any other way to get the path string of the directory?
Madottati
Solved! Go to Solution.
01-13-2015 08:07 AM
RunState.Engine.GetTestStandPath(TestStandPath_Public)
01-13-2015 08:08 AM
Engine.GetTestStandPath ( testStandPath)
Returns the pathname of the TestStand directory the testStandPath parameter specifies.
The pathname does not contain a trailing backslash.
testStandPath As TestStandPaths
[In] Specifies the TestStand directory to return. Refer to TestStandPaths for more information about TestStand directories.