IAutomationGetPCBIWorkingDirectory Method

OBSOLETE: Get the internal working directory for temp-data or unzip jobs etc. (Default is user temp path: Path.GetTempPath()+PCBI) Value can only be used after creating an IPCBIWindow instance.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static string GetPCBIWorkingDirectory()

Return Value

String
directory path

See Also