Description
-
Holds name of the file.
Property type
-
A String value.
Syntax
-
object.Name [= value]
The Name Property syntax has these parts:
| object |
An expression evaluating to an object
of type UpdFile. |
| value |
A 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.
|