Back to product pageToFile method
Dumps the contents of the Blob into a file.
Type
NoneSyntax
- Basic
object.ToFile Filename
The ToFile(object,Filename) syntax has these parts:
The ToFile(object,Filename) syntax has these parts:
| 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. |