Use to return the actual path of a file on the Web Forms server.
string MapVirtualPath (string virtualPath)
String. Returns the actual path of a file in the virtual file system on a Web Forms server.
#if defined PBWEBFORM then mle_1.text +=''~r~nActual Path='' & + MapVirtualPath(''c:\a.txt'') #end if
Use the MapVirtualPath function to get the actual path of files for file operations required by .NET DLLs.