 | 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.JobsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxprotected void CheckAndCreateOutputPath(
string outputPath
)
Protected Sub CheckAndCreateOutputPath (
outputPath As String
)
protected:
void CheckAndCreateOutputPath(
String^ outputPath
)
member CheckAndCreateOutputPath :
outputPath : string -> unit
Parameters
- outputPath String
- The directory where the job's output will be stored.
See Also