table of contents
other versions
- wheezy 1.4.1-4
FtpCreateDirectoryW(3w) | Wine API | FtpCreateDirectoryW(3w) |
NAME¶
FtpCreateDirectoryW (WININET.@)SYNOPSIS¶
BOOL FtpCreateDirectoryW(
HINTERNET hConnect,
LPCWSTR lpszDirectory
)
DESCRIPTION¶
Create new directory 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 |