Back to product page

Name property


Holds name of the file.

Type

A String value

Syntax

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

Remarks

Name property holds name of the file that is available on the server. This will typically be name of your main app's EXE, some supporting DLL, OCX or even TXT files. For example, it could be

MYAPP.EXE

or

MYADDON.DLL

etc..

It does not contain full path to the binary itself - it is just a name to reference certain file on the server.

Platforms

Windows