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
IndFile.LocalFileName [= "FileName.dat"]
C# Syntax
IndFile.LocalFileName; [= "FileName.dat"]
See also HostFileName property.
|