Back to product page

Path property


Holds full path to local file.

Type

A String value

Syntax

  • Basic
object.Path [= value]
The Path(object,value) syntax has these parts:
objectAn expression evaluating to an object of type UpdFile.
valuevalue

Remarks

Path property holds full path to local file that is going to be replaced when Update method is called. wodAppUpdate will try to determine this value based on Name property and modules and libraries loaded in your application. If it's unable to locate file, it will store file to same folder where application's executable is located.

Platforms

Windows