FtpDeleteFile
[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern bool FtpDeleteFile(
IntPtr hConnect,
string lpszFileName
);
Microsoft documentation: Link
Last updated
[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern bool FtpDeleteFile(
IntPtr hConnect,
string lpszFileName
);
Microsoft documentation: Link
Last updated