wodCrypt ActiveX Control - ToFile Method
      
 

Description

Dumps the contents of the Blob into a file.


Return Type

None  


Syntax

object.ToFile Filename



The ToFile Method syntax has these parts:

Part Description
object An expression evaluating to an object of type MemBlob.
Filename Required. A String value. Name of the file where the Blob will be saved.

Remarks

The ToFile method saves the contents of the Blob from memory into the file.