@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Deletes a file stored on the FTP server. !!!!C# Signature: [DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)] [return: MarshalAs(UnmanagedType.Bool)] static extern bool FtpDeleteFile(IntPtr hConnect, string fileName); !!!!VB Signature: Declare Function FtpDeleteFile Lib "wininet.dll" _ (ByVal hConnect As IntPtr, ByVal fileName As String) _ As <MarshalAs(UnmanagedType.Bool)> Boolean !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: FtpDeleteFile@msdn on MSDN Direct Link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/FtpDeleteFile.asp
Edit wininet.FtpDelete...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.