expression.SaveAsCompound( _ ByVal filePath As String _ ) As ReturnCode
where expression is a variable that represents a Terminal Object
Parameters
- filePath
- The fully qualified file path of the file you want to save. The file must be saved in a trusted location.
Return Value
One of the following ReturnCode enumeration values.
Member | Description |
---|---|
Cancelled | Cancelled. |
Error | Error. |
PermissionRequired | Permission is required. |
Success | Success. |
Timeout | Timeout condition. |
Truncated | The text is truncated. |