Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.RootDirectory

From RAD Studio API Documentation

Delphi

property RootDirectory: string read GetRootDirectory write SetRootDirectory stored IsRootDirectoryStored;

C++

__property RootDirectory;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServiceFileDispatcher

Description

Specifies the path to the root directory. {{#multireplace:Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.RootDirectory|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.RootDirectory|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.RootDirectory|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the path to the root directory.

The RootDirectory property specifies a string containing the path to the root directory from where files will be dispatched.

Note that TDSHTTPServiceFileDispatcher is used to publish properties for TDSCustomHTTPServiceFileDispatcher.

See Also