  | BaseJobRunnerGetInputFileSystemEntry Method | 
            Gets a 
JumboFileSystemEntry instance for the specified path, or throws an exception if the input doesn't exist.
            
 Namespace: Ookii.Jumbo.Jet.JobsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxprotected JumboFileSystemEntry GetInputFileSystemEntry(
	string inputPath
)
Protected Function GetInputFileSystemEntry ( 
	inputPath As String
) As JumboFileSystemEntry
protected:
JumboFileSystemEntry^ GetInputFileSystemEntry(
	String^ inputPath
)
member GetInputFileSystemEntry : 
        inputPath : string -> JumboFileSystemEntry Parameters
- inputPath  String
 - The input file or directory.
 
Return Value
JumboFileSystemEntryA 
JumboFileSystemEntry instance for the specified path
See Also