Internet Direct (Indy) Version 9.0.2 Beta
TIdURI.Path
Represents the path for a URI.

property Path: string;
Description
Path is a String property that represents the path portion of a URI. For example, the URI with the value "http://www.nevrona.com:80/indy/index.html" would result in the Path property containing the value "/indy/".

Path can contain "/" if the root directory is specified, or when a path is not applicable with the protocol.