MapPath

This method of the IServer interface maps the specified relative or virtual path to the corresponding physical directory on the server.

Syntax

public abstract java.lang.String MapPath(java.lang.String logicalPath);

Return Value

Returns a string that contains the physical path.

Parameters

logicalPath [in] A binary string that contains the relative or virtual path.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.