Back to product page
FromFile method (StreamBlob)
Imports contents into the Blob from a file.
Type
NoneSyntax
- Basic
object.FromFile Filename
The FromFile(object,Filename) syntax has these parts:
The FromFile(object,Filename) syntax has these parts:
object | An expression evaluating to an object of type StreamBlob. |
Filename | Required. A String value. Holds name of the file to import. |