public static Copy ( string sourceDirName, string destDirName, bool copySubDirs = true, bool overwriteFiles = false ) : void | ||
sourceDirName | string | The source folder, being copied |
destDirName | string | The destination dicrectoy, where all the copies will be stored. /// The directory does NOT have to exist. |
copySubDirs | bool | Recursively copy sub folders? |
overwriteFiles | bool | |
Результат | void |