Click or drag to resize

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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected void CheckAndCreateOutputPath(
	string outputPath
)

Parameters

outputPath  String
The directory where the job's output will be stored.
See Also