IServer::MapPath

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,

//string that contains the relative or virtual path

BSTR * pbstrPhysicalPath

//pointer to a string that receives the physical path

);