IPCBIWindowCreateNewJobDirectory(String, String, String) Method

Creates a new job directory and returns the right path (with SubFolder). Existing folders are overwrited.

Definition

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

Parameters

FullPath  String
The folder in which the JobDirectory will be created.
JobName  String
The name of the new Job.
FirstStepName  String
One step will be created with this name.

Return Value

String
The complete path with subdirectory.

Implements

InterfacePCBIWindowCreateNewJobDirectory(String, String, String)

See Also