[DllImport("wininet.dll", SetLastError=true)]
static extern TODO FtpRenameFile(TODO);
Private Declare Function FtpRenameFile Lib "wininet.dll" Alias "FtpRenameFileA" _
(ByVal hConnect As Integer, ByVal lpszExisting As String, _
ByVal lpszNew As String) As Boolean
None.
Do you know one? Please contribute it!
Call InternetOpen() and InternetConnect() to get a valid hConnect handle.
Please add some!
Please add some!