Overload | Description |
---|---|
CopyToWritableDirectoryContents(IDirectoryContents2,IWritableDirectoryContents) | Copies the directory into another writable directory contents, recursively. |
CopyToWritableDirectoryContents(IDirectoryContents2,IWritableDirectoryContents,Boolean) | Copies the directory into another writable directory contents, optionally recursively. |
CopyToWritableDirectoryContents(IDirectoryContents2,IWritableDirectoryContents,Boolean,Int32) | Copies the directory into another writable directory contents, optionally recursively, and specifying copy buffer size. |
CopyToWritableDirectoryContents(IDirectoryContents2,IWritableDirectoryContents,Boolean,Int32,IProgress<String[]>) | Copies the directory into another writable directory contents, optionally recursively, specifying copy buffer size, and a progress update provider. |