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.

See Also

Engine.BinDirectory

Engine.ConfigDirectory

Engine.SearchDirectories

Engine.TestStandDirectory