Description
-
Adds new file to the collection.
Return Type
-
An UpdFile
object.
Syntax
-
object.Add
(Name)
The Add Method syntax has these parts:
| object |
An expression evaluating to an object
of type UpdFiles. |
| Name |
Required. A String value. Specifies
filename that is added to the collection. |
Remarks
-
Adds new file to the collection. Usually you will not
use this method, but if you want to force wodAppUpdate to
do some update from information available differently than
Check
method, you can use it. Don't forget to fill up new
UpdFile object properties, such as Path, MyVersion,
NewVersion,
etc..
|