Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the behavior of the CopyRecord method.
| Constant | Value | Description |
|---|---|---|
| adCopyAllowEmulation | 4 | Indicates that the Source provider attempts to simulate the copy using download and upload operations if this method fails due to Destinationbeing on a different server or is serviced by a different provider than Source. Note that differing provider capabilities may hamper performance or lose data. |
| adCopyNonRecursive | 2 | Copies the current directory, but none of its subdirectories, to the destination. The copy operation is not recursive. |
| adCopyOverWrite | 1 | Overwrites the file or directory if the Destination points to an existing file or directory. |
| adCopyUnspecified | -1 | Default. Performs the default copy operation: The operation fails if the destination file or directory already exists, and the operation copies recursively. |
These constants do not have ADO/WFC equivalents.
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in