Utilities.CopyDirectory(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the source directory to the output directory creating all the directories first then copying.
public:
static void CopyDirectory(System::String ^ sourcePath, System::String ^ destinationPath);
public static void CopyDirectory (string sourcePath, string destinationPath);
static member CopyDirectory : string * string -> unit
Public Sub CopyDirectory (sourcePath As String, destinationPath As String)
Parameters
- sourcePath
- String
- destinationPath
- String