This method maps the specified relative or virtual path to the corresponding physical directory on the server. For more information, see the MapPath method of the Server object.
HRESULT MapPath(
|
BSTR bstrLogicalPath, |
//binary string that contains the relative or virtual path |
|
BSTR * pbstrPhysicalPath |
//pointer to a binary string that receives the physical path |
|
); |