Description
-
Imports contents into the Blob from a file.
Return Type
-
None
Syntax
-
object.FromFile Filename
The FromFile Method 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. |
Remarks
-
The FromFile method imports the contents of a file into the
stream Blob. You can use this method to make a Blob read a
file, and later encrypt, digest or sign it using the wodCrypt
component.
|