Contents Index Topic Contents | ||
Previous Topic: Items Method Next Topic: NewFolder Method |
MoveHere Method
Description
Moves an item or items to this folder.
Syntax
object.MoveHere vItem, [vOptions]
Parameter Description object Required. An object expression that evaluates to a Folder object. This is the folder to which the item or items will be moved. vItem Required. Specifies the item or items to move. This can be a string that represents a file name, a FolderItem object, or a FolderItems object. vOptions Optional. Specifies options for the move operation. This can be zero or a combination of the FOF_ flags described under the fFlags member of the SHFILEOPSTRUCT structure.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.