Ninja Database Pro
CopyDirectory Method (FileDatabase)



KellermanSoftware.NinjaDatabasePro Namespace > FileDatabase Class : CopyDirectory Method
Copy the source directory to the dest directory
Syntax
Public Sub CopyDirectory( _
   ByVal sourceDir As String, _
   ByVal destDir As String _
) 
Dim instance As FileDatabase
Dim sourceDir As String
Dim destDir As String
 
instance.CopyDirectory(sourceDir, destDir)
public void CopyDirectory( 
   string sourceDir,
   string destDir
)
public:
void CopyDirectory( 
   String^ sourceDir,
   String^ destDir
) 

Parameters

sourceDir
destDir
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

FileDatabase Class
FileDatabase Members