[This is preliminary documentation and is subject to change.]

Gets the full physical path of the file at the specified relative path.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public static string MapPath(
	string path
)
Visual Basic (Declaration)
Public Shared Function MapPath ( _
	path As String _
) As String
Visual C++
public:
static String^ MapPath(
	String^ path
)

Parameters

path
Type: System..::.String
A relative path to a file.

Return Value

A String containing the full physical path of the file at the specified relative path.

See Also

FacebookUtility Class
Facebook Namespace