Description
Saves a Kernel to a file.
-
Return Type
-
None
-
Syntax
-
object.Save FileName
The Save Method syntax has these parts: |
| object | An expression evaluating to an object of type McKernel. | | FileName | Required. A String value. BSTR : Path and name of the file to write to.
| Remarks
For a kernel containing several definitions (Count > 1), this method saves all the definitions.
Exceptions
E_INVALIDARG, STG_E_WRITEFAULT
|