Utils_FileCopyDirectoryContent Method (String, String) |
Copies the content of a directory to another.
This is done recursively but the code is not recurcive.
All directories are ensured first, then all files are copied.
Namespace: MicaSystems.Utils
public static void CopyDirectoryContent( string sourcePath, string destinationPath )