public static void CopyDirectory( string source, string target, string parentSource, string parentTarget )
Parameters
- source
- Directory to copy from
- target
- Directory to copy to; it will be created if it does not exist
- parentSource
- Parent Directory to copy from
- parentTarget
- Parent Directory to copy to; it will be created if it does not exist