How do you supply the arguments to a Verb object property of a folder object? I have a WebBrowser control browse an FTP site. From the Document object, I return the Folder object which represents the currently viewed folder. From this I reference a FolderItem object matching a certain name. From there I reference the 2nd member of the Verbs collection, which is the 'Copy to Folder' object. However, in order to make it useful, there has to be some way of specifying what folder the object is to be copied to. I dont see where it allows me to specify that setting. The DoIt method doesnt take arguments