Summary
Copies one or more files from one place to another, and records the actions
as copy-commands in the next commit.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public void Copy(string source, string destination, CopyCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
source | string | The source file specification. |
destination | string | The destination to copy the file(s) that match the source to. |
command | CopyCommand |
Any extra options to the copy method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |