Obtient le r�pertoire courant sur un serveur FTP
#include <FTPEx.au3>
_FTP_DirGetCurrent ( $hFTPSession )
$hFTPSession | Handle retourn� par _FTP_Connect(). |
Succ�s: | Retourne le nom du r�pertoire. |
�chec: | Retourne 0 et d�finit @error <> 0. |
Consultez FtpGetCurrentDirectory dans la librairie MSDN.