InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / SaveAs Method
The path of the specified file.


In This Topic
    SaveAs Method (IAlcTerminal)
    In This Topic
    Saves all settings to the specified file.
    Syntax
    'Declaration
     
    
    Function SaveAs( _
       ByVal filePath As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim filePath As String
    Dim value As ReturnCode
     
    value = instance.SaveAs(filePath)

    Parameters

    filePath
    The path of the specified file.

    Return Value

    ReturnCode value indicate success or error conditions.
    See Also