This documentation is archived and is not being maintained.
HttpWorkerRequest.GetAppPathTranslated Method
.NET Framework 1.1
Returns the physical path to the currently executing server application.
[Visual Basic] Public Overridable Function GetAppPathTranslated() As String [C#] public virtual string GetAppPathTranslated(); [C++] public: virtual String* GetAppPathTranslated(); [JScript] public function GetAppPathTranslated() : String;
Return Value
The physical path of the current application.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: