Utility CopyDirectory Method Bespoke Osc Library
Copy the contents of one directory to another.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Sub CopyDirectory ( _
	sourceDirectory As String, _
	destinationDirectory As String, _
	Optional overwrite As Boolean = True _
)

Parameters

sourceDirectory
Type: OnlineSystem String
The directory to copy from.
destinationDirectory
Type: OnlineSystem String
The directory to copy to.
overwrite (Optional)
Type: OnlineSystem Boolean
true to allow an existing file to be overwritten; otherwise, false.
See Also