Summary
Copies the contents of a directory to another directory recursively.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- FileUtils
Syntax
public static void CopyDirectory(string sourceDir, string destDir)
Parameters
| Name | Type | Description |
|---|---|---|
| sourceDir | string | The directory to copy. |
| destDir | string | The directory name to copy to. |
Return Value
| Type | Description |
|---|---|
| void |
