Back to product page

Name property


Holds name of the file being transferred.

Type

String

Syntax

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

Remarks

This property holds filename of the file that is sent/received. When sending file, it will also contain full path (which is not sent to remote side, only filename part is). When receiving file, it will only contain filename, so you can prepend it with path where file should be actually saved. You should do that from FileTransferStart event.

Platforms

Windows