Get the current file path - physical path

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

Syntax

C#
public static string ProcessPhyPath(
	HttpContext context,
	Control ctrl,
	string path
)
Visual Basic
Public Shared Function ProcessPhyPath ( _
	context As HttpContext, _
	ctrl As Control, _
	path As String _
) As String
Visual C++
public:
static String^ ProcessPhyPath(
	HttpContext^ context, 
	Control^ ctrl, 
	String^ path
)

See Also