CopyHere MethodCopyHere Method*
*Contents  *Index  *Topic Contents
*Previous Topic: Folder object methods
*Next Topic: GetDetailsOf Method

CopyHere Method

Description

Copies an item or items to a folder.

Syntax

object.CopyHere vItem, [vOptions]

ParameterDescription
object Required. An object expression that evaluates to a Folder object. This is the folder to which the item or items will be copied.
vItem Required. Specifies the item or items to copy. This can be a string that represents a file name, a FolderItem object, or a FolderItems object.
vOptions Optional. Specifies options for the copy operation. This can be zero or a combination of the FOF_ flags described under the fFlags member of the SHFILEOPSTRUCT structure.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.