LocalFileName Property (Read/Write) |
Top Previous Next |
Sets/gets the name in the local system of the file to be transferred. It is used either in the Send / Receive methods mode or the Run method mode. The file name syntax has to be valid in the local system.
Example:
Visual Basic Syntax
TNBXIndFile.LocalFileName [= FileName.dat]
Delphi Syntax
TNBXIndFile.LocalFileName; [:= FileName.dat]
See also HostFileName property.
|