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