Method CopyFiles
CopyFiles(Directory, Directory, IList<String>)
Copies the provided list of files from the source
Directory to the
target
Directory, if they are not the same.
Declaration
public static void CopyFiles(Directory source, Directory target, IList<string> files)
Parameters
Type | Name | Description |
---|---|---|
Directory | source | |
Directory | target | |
IList<System.String> | files |