Title |
| Command | FLCE /N |
This command moves a file that is specified by the move source pathname and that exists on the communication partner side to the move
Specify a file name for the move
For all operations which must follow the conditions at communication partner side, refer to Chapter 7.8 “ Conditions at Communication Partner”.
The progress of file transfer will not be displayed.
C Language Interface
Calling Sequence
FLCE /N <Source pathname> <Destination pathname>
Parameters
Source pathname
Specify a file that is the objective of the move and that exists on the communication partner side by its full pathname.
A wild card cannot be used for file name.
Directory names or file names can be described by using
Name the move source path in accordance with the naming rules of the communication partner- side OS.
Destination pathname
Specify the destination path on the communication partner side by its full pathname.
If the specified source file name differs from the destination file name, the source file name will be changed to the destination file name after transfer.
If the directory that is specified by the destination pathname does not exist, it will be automatically created.
A wild card cannot be used for file name.
Directory names or file names can be described by using
Name the destination path in accordance with the naming rules of the communication
OS.
Startup Examples
FLCE /N "a:\ 12\kk.dat" "a:\casio\"
This moves the "a:\12\kk.dat" file on the communication partner side to the "a:\casio\" directory.
FLCE /N "a:\12\kk.dat" "a:\casio\sj.dat"
This modifies the "a:\12\kk.dat" file on the communication partner side to the "a:\casio\sj.dat" file.
63