Programming with Reflection
HostDescriptionFileName property
Syntax |
object.HostDescriptionFileName |
Works with |
|
Data type |
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.
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 |