edtFTPnet/Express - Class Reference

ExFTPConnection.BeginDeleteMultipleFiles Method

Begins an asynchronous request to delete all the files in the current directory that match the given FileFilter.

Overload List

Begins an asynchronous request to delete all the files in the current directory that match the given FileFilter.

public virtual IAsyncResult BeginDeleteMultipleFiles(FileFilter,AsyncCallback,object);

Begins an asynchronous request to delete all the files in the current directory that match the given FileFilter.

public virtual IAsyncResult BeginDeleteMultipleFiles(string,FileFilter,bool,AsyncCallback,object);

Begins an asynchronous request to delete all the files in the current directory that match the given wild-card.

public virtual IAsyncResult BeginDeleteMultipleFiles(string,AsyncCallback,object);

Begins an asynchronous request to delete all the files in the given directory that match the given wild-card.

public virtual IAsyncResult BeginDeleteMultipleFiles(string,string,bool,AsyncCallback,object);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace