Click or drag to resize

BaseJobRunnerGetInputFileSystemEntry Method

Gets a JumboFileSystemEntry instance for the specified path, or throws an exception if the input doesn't exist.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected JumboFileSystemEntry GetInputFileSystemEntry(
	string inputPath
)

Parameters

inputPath
Type: SystemString
The input file or directory.

Return Value

Type: JumboFileSystemEntry
A JumboFileSystemEntry instance for the specified path
See Also