Web.HTTPApp.TCustomWebFileDispatcher.RootDirectory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RootDirectory: string read GetRootDirectory write SetRootDirectory;

C++

__property System::UnicodeString RootDirectory = {read=GetRootDirectory, write=SetRootDirectory};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebFileDispatcher

Description

Specifies the root directory of the file dispatcher.

The RootDirectory property specifies the root directory of the file dispatcher.

See Also