Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public abstract string CopyDirectory(
	string dirpath,
	string targetdir
)
Visual Basic
Public MustOverride Function CopyDirectory ( _
	dirpath As String, _
	targetdir As String _
) As String
Visual C++
public:
virtual String^ CopyDirectory(
	String^ dirpath, 
	String^ targetdir
) abstract

Parameters

dirpath
Type: System..::..String
targetdir
Type: System..::..String

See Also