HTBasicDefaultWorkingDirTypes
- Updated2025-07-21
- 1 minute(s) read
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.