Engine.SetConfigDirectory
- Updated2024-10-09
- 1 minute(s) read
Engine.SetConfigDirectory
Syntax
Engine.SetConfigDirectory( Path, CopyFilesOnEngineShutdown)
Purpose
Specifies the pathname of the TestStand configuration directory.
Remarks
Changes to the TestStand configuration directory do not take effect until you have shut down the TestStand Engine.
The configuration directory contains engine and sequence editor option files, the users file, the globals file, and the tools menu file.
Parameters
Path As String
[In] Specifies the new pathname where TestStand stores configuration files. You can pass an empty string to instruct TestStand to use the <TestStand Application Data> \Cfg directory.
CopyFilesOnEngineShutdown As Boolean
[In] Specifies whether TestStand copies all files located in the current TestStand configuration directory to the new location upon shutdown.