Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmPrinter Object / SaveAs Method
The fully qualified path of the specified file.
In This Topic
    SaveAs Method (IbmPrinter)
    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 IbmPrinter Object

    Parameters

    filePath
    The fully qualified path of the specified file.

    Return Value

    ReturnCode value indicate success or error conditions.
    See Also