IPCBIWindowCreateNewJobDirectory(String, String, String) Method
Creates a new job directory and returns the right path (with SubFolder).
Existing folders are overwrited.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public string CreateNewJobDirectory(
string FullPath,
string JobName,
string FirstStepName
)
Public Function CreateNewJobDirectory (
FullPath As String,
JobName As String,
FirstStepName As String
) As String
public:
virtual String^ CreateNewJobDirectory(
String^ FullPath,
String^ JobName,
String^ FirstStepName
) sealed
abstract CreateNewJobDirectory :
FullPath : string *
JobName : string *
FirstStepName : string -> string
override CreateNewJobDirectory :
FullPath : string *
JobName : string *
FirstStepName : string -> string
- 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.
StringThe complete path with subdirectory.
InterfacePCBIWindowCreateNewJobDirectory(String, String, String)