DevForce Help Reference
CopyDirectory Method


Syntax
'Declaration
 
Public Shared Sub CopyDirectory( _
   ByVal pSourcePath As String, _
   ByVal pDestPath As String, _
   ByVal pOverwrite As Boolean _
) 
'Usage
 
Dim pSourcePath As String
Dim pDestPath As String
Dim pOverwrite As Boolean
 
FileFns.CopyDirectory(pSourcePath, pDestPath, pOverwrite)
public static void CopyDirectory( 
   string pSourcePath,
   string pDestPath,
   bool pOverwrite
)

Parameters

pSourcePath
pDestPath
pOverwrite
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileFns Class
FileFns Members

Send Feedback