table of contents
other versions
- wheezy 1.4.1-4
FtpDeleteFileW(3w) | Wine API | FtpDeleteFileW(3w) |
NAME¶
FtpDeleteFileW (WININET.@)SYNOPSIS¶
BOOL FtpDeleteFileW(
HINTERNET hFtpSession,
LPCWSTR lpszFileName
)
DESCRIPTION¶
Delete a file on the ftp server.RETURNS¶
TRUE on success FALSE on failureIMPLEMENTATION¶
Declared in "internet.h". Implemented in "dlls/wininet/ftp.c". Debug channel "wininet".Oct 2012 | Wine API |