ComponentOne Web API Edition
MapPath Method

C1.Web.Api Namespace > Owin Class : MapPath Method
A path.
Gets the physical directory of a path.
Syntax
'Declaration
 
Public Shared Function MapPath( _
   ByVal path As String _
) As String
public static string MapPath( 
   string path
)

Parameters

path
A path.

Return Value

The physical directory.
See Also

Reference

Owin Class
Owin Members