DependencyInstaller.CopyFolderContentsRecursive(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.
protected:
System::Threading::Tasks::Task ^ CopyFolderContentsRecursive(System::String ^ destinationPath, System::String ^ sourcePath);
protected System.Threading.Tasks.Task CopyFolderContentsRecursive (string destinationPath, string sourcePath);
member this.CopyFolderContentsRecursive : string * string -> System.Threading.Tasks.Task
Protected Function CopyFolderContentsRecursive (destinationPath As String, sourcePath As String) As Task
Parameters
- destinationPath
- String
- sourcePath
- String