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

Syntax

C#
public override string CopyFile(
	string filepath,
	string targetdir
)
Visual Basic
Public Overrides Function CopyFile ( _
	filepath As String, _
	targetdir As String _
) As String
Visual C++
public:
virtual String^ CopyFile(
	String^ filepath, 
	String^ targetdir
) override

Parameters

filepath
Type: System..::..String
targetdir
Type: System..::..String

See Also