Back to product page

Add method


Adds new file to the collection.

Type

An UpdFile object

Syntax

  • Basic
object.Add (Name)
The Add(object,Name) syntax has these parts:
objectAn expression evaluating to an object of type UpdFile.
NameRequired. 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..

Platforms

Windows