Web.WebFileDispatcher.TDispatchFileRequest.GetApplicationPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetApplicationPath: string; virtual;

C++

virtual System::UnicodeString __fastcall GetApplicationPath();

Properties

Type Visibility Source Unit Parent
function protected
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TDispatchFileRequest

Description

Returns the application's file path.

The GetApplicationPath method is used to return the application's file path.

See Also