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!

HttpRequest.MapPath (String, String)

Maps the given virtual path to a physical path.

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

Parameters

virtualPath
The virtual path (absolute or relative) for the current request.
basePhysicalDir
[To be supplied.]

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace | HttpRequest.MapPath Overload List