Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / KeyboardMapper Object / SaveAs Method
The path to the new keyboard map.
In This Topic
    SaveAs Method (KeyboardMapper)
    In This Topic
    Saves the current keyboard map contents to a file.
    Syntax
    expression.SaveAs( _
       ByVal pathName As String _
    ) 
    where expression is a variable that represents a KeyboardMapper Object

    Parameters

    pathName
    The path to the new keyboard map.
    See Also