Moves the uploaded file to a new location.

Namespace:  CuteEditor
Assembly:  CuteEditor (in CuteEditor.dll) Version: 6.6.0.0

Syntax

C#
public void MoveTo(
	string newpath
)
Visual Basic (Declaration)
Public Sub MoveTo ( _
	newpath As String _
)
Visual C++
public:
void MoveTo(
	String^ newpath
)

Parameters

newpath
Type: System..::.String
The location where he uploaded file is saved.

See Also