InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IProductivity Interface / ScratchPadLoad Method
The full path of the file to load into Scratch Pad.


In This Topic
    ScratchPadLoad Method
    In This Topic
    Loads the contents of the specified file into Scratch Pad.
    Syntax
    'Declaration
     
    
    Function ScratchPadLoad( _
       ByVal filePath As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IProductivity
    Dim filePath As String
    Dim value As ReturnCode
     
    value = instance.ScratchPadLoad(filePath)
    ReturnCode ScratchPadLoad( 
       string filePath
    )

    Parameters

    filePath
    The full path of the file to load into Scratch Pad.

    Return Value

    ReturnCode.Success if the load succeeded, ReturnCode.Error if it failed.
    See Also