ActionItemBaseTAction, TCollectionGetCurrentFile Method
Return the current file.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
protected static FileInfo GetCurrentFile(
TAction item
)
Protected Shared Function GetCurrentFile (
item As TAction
) As FileInfo
No code example is currently available or this language may not be supported.
- item TAction
-
Reference to the file action for which the current file will be
retrieved.
FileInfo
Reference to the current file in focus, if found. Otherwise, null.
If a file has been placed in focus by a loop or other method, that
object will be returned from the CurrentFile property. Otherwise, the
first item in InputFiles collection is returned.