InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / DisplayFile Method
File to display.


In This Topic
    DisplayFile Method
    In This Topic
    Displays the specified local file on the terminal screen.
    Syntax
    'Declaration
     
    
    Function DisplayFile( _
       ByVal fileName As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim fileName As String
    Dim value As ReturnCode
     
    value = instance.DisplayFile(fileName)
    ReturnCode DisplayFile( 
       string fileName
    )

    Parameters

    fileName
    File to display.

    Return Value

    ReturnCode indicating success/failure/status
    See Also