Title |
| Command | FLCE /A |
This command transfers the contents of file that exists on the
If file specified by the target file pathname does not exist on the communication partner side, it will be automatically created.
The date and time of the target file will be set to current system date and time of a machine where the target file is processed for the append operation.
If the file transfer fails in
File data will be appended as binary data. (If the target file is terminated by EOF code, the data will be appended after the EOF code.)
The progress of file transfer will be displayed.
If a transmission file pathname that does not exist on the
C Language Interface
Calling Sequence
FLCE /A <Appended file pathname> <Target file pathname>
Parameters
Appended file pathname
Specify an objective file of transmission that exists on the
A wild card cannot be used for the file name
Directory names or file names can be described by using
Target file pathname
Specify file that is the target of append and that exists on the communication partner side by its full pathname. If the specified file does not exist, it will be automatically created by specified file name. A wild card cannot be used for file name.
Directory names can be described by using
Create the target file pathname in accordance with the naming rules of the communication
StartupExample
FLCE /A "\MY\casio.dat " "b:\your\master.dat"
This appends the contents of the "casio.dat" file to the "master.dat" file on the communication partner side.
61