This method of the IServer interface maps the specified relative or virtual path to the corresponding physical directory on the server.
public abstract java.lang.String MapPath(java.lang.String logicalPath);
Returns a string that contains the physical path.
logicalPath | [in] A binary string that contains the relative or virtual path. |