Web.HTTPApp.WebApplicationDirectory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WebApplicationDirectory: string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall WebApplicationDirectory(void);

Properties

Type Visibility Source Unit Parent
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

Gets the web application executable path.


Web.HTTPApp.WebApplicationDirectory retrieves the path of the web application executable (the drive and directory information).

See Also