Casio IT-2000W Technical Reference Manual page 250

Casio pda technical reference manual
Table of Contents

Advertisement

File Move/File Rename (/N)
Function
This function is used to move the specified file (move source pathname) on the communication
partner side to the move destination pathname. This function is used specifically to move or rename
files within the same drive.
Starting method
argc = 4
int
char* argv[] = { "fl", "/N", "move source pathname" , "move destination pathname" }
DoFlink(argc, argv)
Move source pathname

Specify the file to be moved on the communication partner side by its full pathname.

A wild card cannot be used for the file name.
Move destination pathname

Specify the move destination pathname on the communication partner side.

The pathname must include the drive name and directory name.

If the specified directory does not exist, it will be automatically created.
Parameter setup examples
argc
= 4
argv[] = {"fl" , "/N" , "a:
With the above specifications the a:
on the communication partner side.
argc
= 4
argv[] = {"fl" , "/N" , "a:


The a:
test
using the above specifications.

test

test

test
kk.dat file on the communication partner side is renamed to a:
250

kk.dat" , "a:

kk.dat file is moved to the a:

kk.dat" , "a:


data
"}


data
directory


data
sj.dat"}


data
sj.dat

Advertisement

Table of Contents
loading

Table of Contents