Scroll to navigation

FtpDeleteFileA(3w) Wine API FtpDeleteFileA(3w)

NAME

FtpDeleteFileA (WININET.@)

SYNOPSIS

BOOL FtpDeleteFileA
(
HINTERNET hFtpSession,
LPCSTR lpszFileName
)
 

DESCRIPTION

Delete a file on the ftp server.
 

RETURNS

TRUE on success FALSE on failure
 

IMPLEMENTATION

Declared in "wininet.h".
Implemented in "dlls/wininet/ftp.c".
Debug channel "wininet".
Oct 2012 Wine API