Send comments on this topic.
ScratchPadLoad Method
Attachmate.Reflection.Objects Library (Productivity) > Productivity Object : ScratchPadLoad Method
filePath
The full path of the file to load into Scratch Pad.
Loads Scratch Pad with the contents of the specified file.

Syntax

 
object.ScratchPadLoad( 
   ByVal filePath As String
) As ReturnCode

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