this.GetInputFile()
Description
Description
Returns the current input data source file name.Â
Syntax
Syntax
this.GetInputFile()
Parameters
Parameters
none
Return value
Return value
String - the input data source file name
Example
Function OnRecord
DictOut.Field1.value = this.GetInputFile()
End Function
See also
this.GetBufferCount()