ActiveXModule.FilePath
- Updated2025-07-21
- 1 minute(s) read
ActiveXModule.FilePath
Syntax
ActiveXModule.FilePath
Data Type
The path of the file from which to load the object.
Purpose
When the ActiveXModule.CreateOption property specifies ActiveXCreate_FromFile , this property specifies the path of the file from which the module loads the object and obtains a reference.
Remarks
You can specify an absolute or relative pathname for the file. Relative pathnames are relative to the TestStand search directory paths .
If a server application is already running, the module might launch another copy of the application. The server application determines when to launch multiple copies of itself.