Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / HotSpots Object / DefaultHotspotMapName Property
In This Topic
    DefaultHotspotMapName Property (HotSpots)
    In This Topic
    Gets the path and filename that the Save method saves a hotspot to when the location defined by the HotspotsMap property is read-only.
    Syntax
    expression.DefaultHotspotMapName As String
    where expression is a variable that represents a HotSpots Object
    Remarks
    The Save method saves the in-memory hotspot collection to the hotspot file defined by the HotspotsMap property. However, if that location points at a read-only location such as the built-ins folder underneath program files\Micro Focus\reflection where files cannot be written to, then the Save method saves the file in the user's documents area (e.g. Documents\Micro Focus\Reflection\Hotspots Maps) under the name of the active session.
    See Also