ActionItemBaseTAction, TCollectionInputFileFound Method
Return a value indicating whether the named input file was found
at this level.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2723.3653
public static bool InputFileFound(
TAction action
)
Public Shared Function InputFileFound (
action As TAction
) As Boolean
No code example is currently available or this language may not be supported.
- action TAction
-
Reference to the action for which the test is being made.
Boolean
True if the input file was either not specified or was found during
initialization. Otherwise false.