copyDirectory Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Shared Namespace > ASPNETHelper Class : copyDirectory Method



Src
Dst

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Sub copyDirectory( _
   ByVal Src As String, _
   ByVal Dst As String _
) 
Visual Basic (Usage) Copy Code
Dim Src As String
Dim Dst As String
 
ASPNETHelper.copyDirectory(Src, Dst)
C#  
public static void copyDirectory( 
   string Src,
   string Dst
)
C++/CLI  
public:
static void copyDirectory( 
   String^ Src,
   String^ Dst
) 

Parameters

Src
Dst

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