HTBasicAdapter.DefaultWorkingDirectory

Syntax

HTBasicAdapter.DefaultWorkingDirectory

Data Type

HTBasicDefaultWorkingDirTypes

Use the following constants with this data type:

  • HTBasicDefaultWorkingDir_DoNotChange –(Value: 1) Do not change the working directory before calling the module.
  • HTBasicDefaultWorkingDir_HTBasicServer –(Value: 2) Set the current working directory to the location of the HTBasic server before calling the module.
  • HTBasicDefaultWorkingDir_Specific –(Value: 4) Set the current working directory to the location the HTBasicAdapter.SpecWorkingDirectoryPath property defines.
  • HTBasicDefaultWorkingDir_SubroutineFile –(Value: 3) Set the current working directory to the location of the subroutine before calling the module.

Purpose

Specifies whether the HTBasic Adapter sets the working directory prior to invoking a subroutine. This setting applies only to HTBasic steps when you set the Working Directory option of the step to Use Adapter Default .

Remarks

The default value is the subroutine file directory.

See Also

HTBasicAdapter.DevelopmentServerPath

HTBasicAdapter.RunTimeServerPath

HTBasicAdapter.SpecWorkingDirectoryPath

HTBasicModule.WorkingDirectory