Should strip the absolute link paths

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

Syntax

C#
public static string RemoveAbsolutelLinkPaths(
	string input,
	string abspath
)
Visual Basic
Public Shared Function RemoveAbsolutelLinkPaths ( _
	input As String, _
	abspath As String _
) As String
Visual C++
public:
static String^ RemoveAbsolutelLinkPaths(
	String^ input, 
	String^ abspath
)

Parameters

input
Type: System..::..String
abspath
Type: System..::..String

See Also