Programming with Reflection

image\rwnprg32.gif HostDescriptionFileName property

 

Syntax

object.HostDescriptionFileName
object.HostDescriptionFileName = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) the name and location of the host description file that is used by the GetHostElement method. The host description file is an XML file that contains information about how hosts respond to login attempts.

The value of this setting is saved in the Windows registry and affects all subsequent Reflection sessions.

Values

The default value is "%CommonInstallFolder%\hosts.xml".

The following environment variables are supported:

%UseAppData%

Typically C:\Documents and Settings\username\Application Data)

%ProductAbbreviation%

RHP, RRG, RUO, RSIT

%InstallFolder%

Typically C:\Program Files\Attachmate\Reflection

%CommonInstallFolder%

Typically C:\Program Files\Common Files\Attachmate

%PersonalFolder%

Typically C:\Documents and Settings\username\My Documents

%UserProfile%

Typically C:\Documents and Settings\username

%CommonDocumentsFolder%

Typically C:\Documents and Settings\All Users\Documents

%ProgramFilesFolder%

Typically C:\Program Files

%ProgramFiles%

Synonym for %ProgramFilesFolder%

%UserName%

The Windows user name without the domain name

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property