Copies directories using either top level only or deep merge copy.
Copies a directory by copying files from source folder to target folder. If folder(s) don't exist they are created.
public static void CopyDirectory(DirectoryInfo source, DirectoryInfo target, bool deleteFirst, bool recursive)
Parameters
source
target
deleteFirst
recursive
Overloads:
See also:
Class FileUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic