HostFileName Property (Read/Write) |
Top Previous Next |
Sets/gets the name in the host 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 for the host system.
Example:
"File Name a1" (file name, file type, file mode) valid name for VM/CMS.
"sys1.vtamlst(atcstr00)" valid name for PDS member name under Tso.
"sys2.user.dat" valid name for catalogued file.
Visual Basic Syntax
IndFile.HostFileName [= "FileName.dat"]
C# Syntax
IndFile.HostFileName; [= "FileName.dat"]
See also LocalFileName property.
|