Sets or returns the name of the current package file.
Syntax
object.FileName [= value]
The FileName property syntax has the
following parts:
| Part |
Description |
| object |
An object expression that evaluates to a
Package object. |
| value |
A string value which specifies the name of
the current patch file. |
Remarks
Setting this property will change the current package that
is referenced by the control. To determine if the file exists and specifies a valid patch
package, check the Valid property.
Specifying an empty string as the file name will reset the Options
and Expires properties to their default values.
See Also
Apply Method, Create Method, Password
Property, Update Method, Valid
Property
|