HTBasicWorkingDirTypes

Use these constants with the HTBasicModule.WorkingDirectory property to specify the working directory for the HTBasic server before invoking the subroutine. Enable this option if the test code assumes a particular working directory path.

  • HTBasicWorkingDir_AdapterDefault –(Value: 0) Use the setting specified for the HTBasic Adapter.
  • HTBasicWorkingDir_DoNotChange –(Value: 1) Do not change the working directory for the HTBasic server.
  • HTBasicWorkingDir_HTBasicServer –(Value: 2) Use the directory in which the HTBasic server is located.
  • HTBasicWorkingDir_Specify –(Value: 4) Use the directory specified in the HTBasicModule.WorkingDirectorySpecifiedPath property.
  • HTBasicWorkingDir_SubroutineFileDir –(Value: 3) Use the directory in which the subroutine file is located.

See Also

HTBasicModule.WorkingDirectory

HTBasicModule.WorkingDirectorySpecifiedPath