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

Syntax

C#
public abstract string RenameFile(
	string filepath,
	string name
)
Visual Basic
Public MustOverride Function RenameFile ( _
	filepath As String, _
	name As String _
) As String
Visual C++
public:
virtual String^ RenameFile(
	String^ filepath, 
	String^ name
) abstract

Parameters

filepath
Type: System..::..String
name
Type: System..::..String

See Also