Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / HostDescriptionFileName Property
In This Topic
    HostDescriptionFileName Property
    In This Topic
    Gets or sets the name and location of the host description file that is used by the GetHostElement method.
    Syntax
    expression.HostDescriptionFileName As String
    where expression is a variable that represents a Terminal Object
    Remarks
    The host description file is an XML file that contains information about how hosts respond to logon 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".
    • Typically C:\Documents and Settings\username\Application Data.
    • RHP, RRG, RUO, RSIT
    • Typically C:\Program Files\Micro Focus\Reflection.
    • Typically C:\Program Files\Common Files\Micro Focus.
    • Typically C:\Documents and Settings\username\My Documents.
    • Typically C:\Documents and Settings\username.
    • Typically C:\Documents and Settings\All Users\Documents.
    • Typically C:\Program Files.
    • Synonym for ProgramFilesFolder.
    • The Windows user name without the domain name.
    See Also