IPCBIWindowCreateNewJobDirectory(String) Method

Creates a new job directory and returns the right path (with SubFolder). The name is allways gerber_job. Existing folders are overwrited. ///

Definition

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

Parameters

FullPath  String
The folder in which the JobDirectory will be created.

Return Value

String
The complete path with subdirectory.

Implements

InterfacePCBIWindowCreateNewJobDirectory(String)

See Also