Syntax
public
void FileCopyBatch(string sourceDirName, string[] sourceFileNames, string destDirName, string[] destFileNames, bool overwrite, bool createDirectory)
Parameters
- sourceDirName
- Type: string
- sourceFileNames
- Type: string[]
- destDirName
- Type: string
- destFileNames
- Type: string[]
- overwrite
- Type: bool
- createDirectory
- Type: bool