Back to product page

ToFile method


Dumps the contents of the Blob into a file.

Type

None

Syntax

  • Basic
object.ToFile Filename
The ToFile(object,Filename) syntax has these parts:
objectAn expression evaluating to an object of type MemBlob.
FilenameRequired. 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.

Platforms

Windows