InterfacePCBIWindowGetODBJobDirectory Method

Returns the full path of the job. Use toLowerInvariant() for compaires, because the path is like on HDD with big and small chars.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string GetODBJobDirectory()

Return Value

String
The full path of the job or null.

See Also