IPCBIWindowGetODBJobDirectory 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string GetODBJobDirectory()

Return Value

String
The full path of the job or null.

Implements

InterfacePCBIWindowGetODBJobDirectory

See Also