IdeaBlade DevForce 2010 Help Reference
CopyDirectory Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > FileFns Class : CopyDirectory Method



pSourcePath
pDestPath
pOverwrite

Syntax

Visual Basic (Declaration) 
Public Shared Sub CopyDirectory( _
   ByVal pSourcePath As String, _
   ByVal pDestPath As String, _
   ByVal pOverwrite As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim pSourcePath As String
Dim pDestPath As String
Dim pOverwrite As Boolean
 
FileFns.CopyDirectory(pSourcePath, pDestPath, pOverwrite)
C# 
public static void CopyDirectory( 
   string pSourcePath,
   string pDestPath,
   bool pOverwrite
)
C++/CLI 
public:
static void CopyDirectory( 
   String^ pSourcePath,
   String^ pDestPath,
   bool pOverwrite
) 

Parameters

pSourcePath
pDestPath
pOverwrite

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.