'Declaration
<ExtensionAttribute()> Public Overloads Shared Function CopyToWritableDirectoryContents( _ ByVal directoryContents2 As IDirectoryContents2, _ ByVal destinationWritableDirectoryContents As IWritableDirectoryContents, _ ByVal recursive As Boolean _ ) As ValueTuple(Of Long,Long,Long)
'Usage
Dim directoryContents2 As IDirectoryContents2 Dim destinationWritableDirectoryContents As IWritableDirectoryContents Dim recursive As Boolean Dim value As ValueTuple(Of Long,Long,Long) value = IDirectoryContents2Extension.CopyToWritableDirectoryContents(directoryContents2, destinationWritableDirectoryContents, recursive)
[Extension()] public static ValueTuple<long,long,long> CopyToWritableDirectoryContents( IDirectoryContents2 directoryContents2, IWritableDirectoryContents destinationWritableDirectoryContents, bool recursive )
[Extension()] public: static ValueTuple<int64,int64,int64> CopyToWritableDirectoryContents( IDirectoryContents2^ directoryContents2, IWritableDirectoryContents^ destinationWritableDirectoryContents, bool recursive )
Parameters
- directoryContents2
- The directory contents object that will perform the operation.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - destinationWritableDirectoryContents
- The writable directory contents into which the directory will be copied.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - recursive
- Determines whether operation will also be performed on subdirectories, recursively.