 |
FtpDeleteFile Add comment W32 Constants Translate this page |
 |
 |
|
Deletes a file stored on the FTP server. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL FtpDeleteFile(
HINTERNET hConnect,
LPCTSTR lpszFileName
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER FtpDeleteFile IN wininet;
INTEGER hConnect,;
STRING lpszFileName
|
 |
 |
 |
| Parameters: |
 |
hConnect
[in] Valid HINTERNET handle returned by a previous call to InternetConnect using INTERNET_SERVICE_FTP.
lpszFileName
[in] Pointer to a null-terminated string that contains the name of the file to delete on the remote system. |
 |
 |
| Return value: |
 |
| Returns TRUE if successful, or FALSE otherwise. |
 |
 |
| Word Index links for the FtpDeleteFile : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-25 12:00:00 | | Modified: | 2001-11-26 16:02:41 | Visited in last 7 days: 27 |