'Declaration
Function SaveAs( _ ByVal filePath As String _ ) As ReturnCode
'Usage
Dim instance As IIbmTerminal Dim filePath As String Dim value As ReturnCode value = instance.SaveAs(filePath)
ReturnCode SaveAs( string filePath )
Parameters
- filePath
- The fully qualified path of the specified file.
Return Value
ReturnCode value indicate success or error conditions.