| BaseJobRunnerCheckAndCreateOutputPath Method |
If
OverwriteOutput is
, deletes the output path and then re-creates it; otherwise,
checks if the output path exists and creates it if it doesn't exist and fails if it does.
Namespace:
Ookii.Jumbo.Jet.Jobs
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax protected void CheckAndCreateOutputPath(
string outputPath
)
Protected Sub CheckAndCreateOutputPath (
outputPath As String
)
protected:
void CheckAndCreateOutputPath(
String^ outputPath
)
member CheckAndCreateOutputPath :
outputPath : string -> unit
Parameters
- outputPath
- Type: SystemString
The directory where the job's output will be stored.
See Also