 |
CeCopyFile ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function copies an existing file to a new file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CeCopyFile(
LPCWSTR lpExistingFileName,
LPCWSTR lpNewFileName,
BOOL bFailIfExists
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeCopyFile IN rapi;
STRING lpExistingFileName,;
STRING lpNewFileName,;
INTEGER bFailIfExists
|
 |
 |
 |
| Parameters: |
 |
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. |
 |
 |
| Return value: |
 |
| Nonzero indicates success. |
 |
 |
| My comment: |
 |
| See also CeMoveFile and CeDeleteFile functions. |
 |
 |
| Word Index links for the CeCopyFile : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-21 15:47:03 | | Modified: | 2004-08-21 15:48:47 | Visited in last 7 days: 21 |