NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility.MapPath

Maps a virtual path to a physical path.

[Visual Basic]
Public Function MapPath( _
   ByVal path As String _
) As String
[C#]
public string MapPath(
   string path
);
[C++]
public: String* MapPath(
   String* path
);
[JScript]
public function MapPath(
   path : String
) : String;

Parameters

path
The virtual path to be converted to a physical drive path.

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace