Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with files and folders on mobile device
BOOL CeMoveFile(
LPCWSTR lpExistingFileName,
LPCWSTR lpNewFileName
);
DECLARE INTEGER CeMoveFile IN rapi;
STRING lpExistingFileName,;
STRING lpNewFileName
lpExistingFileName [in] Long pointer to a null-terminated string that names an existing file or directory.
lpNewFileName [in] Long pointer to a null-terminated string that specifies the new name of a file or directory.
Nonzero indicates success.
The new name must not already exist. A new file may be on a different file system or drive. A new directory must be on the same drive. You must specify the complete directory path.
Note that the concept of a current directory does not exist in Windows CE.
See also: CeCopyFile and CeDeleteFile functions.