[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool FtpDeleteFile(IntPtr hConnect, string fileName);
Declare Function FtpDeleteFile Lib "wininet.dll" _
(ByVal hConnect As IntPtr, ByVal fileName As String) _
As <MarshalAs(UnmanagedType.Bool)> Boolean
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!
Direct Link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/FtpDeleteFile.asp