Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with files and folders on mobile device
BOOL CeCopyFile(
LPCWSTR lpExistingFileName,
LPCWSTR lpNewFileName,
BOOL bFailIfExists
);
DECLARE INTEGER CeCopyFile IN rapi;
STRING lpExistingFileName,;
STRING lpNewFileName,;
INTEGER bFailIfExists
lpExistingFileName [in] Long pointer to a null-terminated string that specifies the name of an existing file.
lpNewFileName [in] Long pointer to a null-terminated string that specifies the name of the new file.
bFailIfExists [in] Boolean value that specifies how this operation is to proceed if a file of the same name as that indicated by lpNewFileName already exists.
Nonzero indicates success.
See also CeMoveFile and CeDeleteFile functions.