MapVirtualPath

Use to return the actual path of a file on the Web Forms server.

Syntax

string MapVirtualPath (string virtualPath)

Parameters

Returns

String. Returns the actual path of a file in the virtual file system on a Web Forms server.

Examples

Usage

Use the MapVirtualPath function to get the actual path of files for file operations required by .NET DLLs.