| 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
)
Protected Function GetInputFileSystemEntry (
inputPath As String
) As JumboFileSystemEntry
protected:
JumboFileSystemEntry^ GetInputFileSystemEntry(
String^ inputPath
)
member GetInputFileSystemEntry :
inputPath : string -> JumboFileSystemEntry
Parameters
- inputPath
- Type: SystemString
The input file or directory.
Return Value
Type:
JumboFileSystemEntryA
JumboFileSystemEntry instance for the specified path
See Also