InterfacePCBIWindowCreateNewJobDirectory(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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string CreateNewJobDirectory(
	string fullPath
)

Parameters

fullPath  String
 

Return Value

String
The complete path with subdirectory.

See Also