InterfacePCBIWindowCreateNewJobDirectory(String, String, String) Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string CreateNewJobDirectory(
	string fullPath,
	string jobName,
	string firstStepName
)

Parameters

fullPath  String
 
jobName  String
 
firstStepName  String
 

Return Value

String
The complete path with subdirectory.

See Also