InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IKeyboardMapper Interface / SaveAs Method
The path to the new keyboard map


In This Topic
    SaveAs Method (IKeyboardMapper)
    In This Topic
    Saves current keyboard map contents to a file
    Syntax
    'Declaration
     
    
    Sub SaveAs( _
       ByVal pathName As String _
    ) 
    'Usage
     
    
    Dim instance As IKeyboardMapper
    Dim pathName As String
     
    instance.SaveAs(pathName)
    void SaveAs( 
       string pathName
    )

    Parameters

    pathName
    The path to the new keyboard map
    Exceptions
    ExceptionDescription
    An I/O error occurred while trying to save the keyboard map.
    The caller does not have the required permission to save the keyboard map.
    See Also