ApplicationMgr.ConfigFilePath
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ApplicationMgr.ConfigFilePath
Syntax
ApplicationMgr.ConfigFilePath
Data Type
Purpose
Specifies the path of the configuration file.
Remarks
Once the file has been loaded and you have called the ApplicationMgr.Start method, the path cannot be changed. The default pathname is %TestStandLocalAppData%\UserInterface.xml .
Note
This property honors environment variables, the
%TSVer%
macro, the
%TestStandConfig%
macro, and the
%TestStandLocalAppData%
macro. The
%TSVer%
macro expands to the current TestStand version number. The
%TestStandConfig%
macro expands to the directory the
Engine.GetTestStandPath
(
TestStandPath_Config
) method call returns. The
%TestStandLocalAppData%
macro expands to the directory the
Engine.GetTestStandPath
(
TestStandPath_LocalAppData
) method call returns.