Get the Work Directory.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared ReadOnly Property WorkDir As String
	Get

Field Value

Return Value

Work Directory.

Remarks

WorkDirectory is the active directory, where all files will be saved/read. In electrical mode, fitting files will be copied to this directory.
WorkDirectory is valid after Init(), or Connect in FrameWork.

If the property CreateWorkDir is FALSE, WorkDir is the DestinationDir.
Otherwise, a new directory will be created in DestinationDir with the syntax: ID_YYYYMMDD_HHmmss, where:
  • ID: property ID
  • YYYYMMDD: Year , Month, Day
  • HHmmss: hour, minute, second
  • See Also