Back to product page

ToFile method (StreamBlob)


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 StreamBlob.
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 underlying Stream into the file.

Platforms

Windows