Scroll to navigation

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 failure
 

IMPLEMENTATION

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