InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcTerminal Object / SaveAs Method
The fully qualified file path of the file you want to save. The file must be saved in a trusted location.
In This Topic
    SaveAs Method (AlcTerminal)
    In This Topic
    Saves all settings to the specified file.
    Syntax
    expression.SaveAs( _
       ByVal filePath As String _
    ) As ReturnCode
    where expression is a variable that represents a AlcTerminal Object

    Parameters

    filePath
    The fully qualified file path of the file you want to save. The file must be saved in a trusted location.

    Return Value

    ReturnCode value indicates success or error conditions.
    See Also