Scroll to navigation

FtpGetCurrentDirectoryA(3w) Wine API FtpGetCurrentDirectoryA(3w)

NAME

FtpGetCurrentDirectoryA (WININET.@)

SYNOPSIS

BOOL FtpGetCurrentDirectoryA
(
HINTERNET hFtpSession,
LPSTR lpszCurrentDirectory,
LPDWORD lpdwCurrentDirectory
)
 

DESCRIPTION

Retrieves the current directory.
 

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