Programming with Reflection

image\rwnprg32.gif AutoUpdateFile property

 

Syntax

object.AutoUpdateFile
object.AutoUpdateFile = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) the name of an update settings file to be loaded automatically any time you open your settings file. For example, if you set AutoUpdateFile to "D:\Shared\Updates.r2u" and save this change to a complete settings file called MySettings.r2w, then any changes you make to the update settings file, Updates.r2u, are automatically loaded each time you open MySettings.r2w. If the AutoUpdateSave property is set to True (the default value), then the loaded changes are automatically saved to your complete settings file.

You can use UNC path names or URLs to specify an update file located on a network server. This example uses a UNC path to specify a Reflection for HP update file:

Session.AutoUpdateFile = "\\MyServer\Reflection\Update Demo.r1u"

This example uses a URL to specify a Reflection for UNIX and OpenVMS update file:

Session.AutoUpdateFile = "HTTP://Myserver.com/Update Demo.r2u"

Notes

· If AutoUpdateFile specifies a file that is not an update settings file, such as a regular settings file, the value of this property is ignored and no settings are loaded.

Values

The default value is "".

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property