IAutomationSetPCBIWorkingDirectory Method

OBSOLETE: Set the internal working directory for temp-data or unzip jobs etc. (Default is user temp path: Path.GetTempPath()) 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 bool SetPCBIWorkingDirectory(
	string WorkingDirectory
)

Parameters

WorkingDirectory  String
Directory path of working directory.

Return Value

Boolean

See Also