Begins an asynchronous request to delete all the files in the current directory that match the given FileFilter.
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);