Back to product page

URL property


Holds full URL to configuration page.

Type

A String value

Syntax

  • Basic
object.URL [= value]
The URL(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodAppUpdate.
valueA String value.

Remarks

Holds URL to a configuration file. It is used for Check method that will download that file and determine if there are any files that need to be downloaded and updated.

This property overwrites Login and Password properties - so make sure you set those two after setting URL (if you want to set them manually).

URL can point to a WEB or a FTP resource. That should be plain text file, so any kind of server can hold if for you. Typical configuration file may look like this:

#Update file signature

[File]
Name=UpDemo.dll
Size=53248
URL=/Update/test/UpDemo.dll
Version=1.0.0.2

[Message]
ID=1
Caption=This is the subject
Text=You can put some large text here, just make sure it's all in one line

Platforms

Windows