This documentation is archived and is not being maintained.
HttpWorkerRequest.GetFilePathTranslated Method
.NET Framework 1.1
Returns the physical file path to the requested URI (and translates it from virtual path to physical path: for example, "/proj1/page.aspx" to "c:\dir\page.aspx")
[Visual Basic] Public Overridable Function GetFilePathTranslated() As String [C#] public virtual string GetFilePathTranslated(); [C++] public: virtual String* GetFilePathTranslated(); [JScript] public function GetFilePathTranslated() : String;
Return Value
The translated physical file path to the requested URI.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: