Description
This method copies the file indicated by either Source or FileName to the Destination. The file is copied byte by byte, bypassing the normal McStream functionality of reading the image. This method is analagous to an Operating System copy/paste of a File.
-
Return Type
-
None
-
Syntax
-
object.Duplicate Destination
The Duplicate Method syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | Destination | Required. A Variant value. [in]
|
|