HTBasicDefaultWorkingDirTypes

Use these constants with the HTBasicAdapter.DefaultWorkingDirectory property.

  • 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.

See Also

HTBasicAdapter.DefaultWorkingDirectory

HTBasicAdapter.SpecWorkingDirectoryPath