Delete all the files in this directory (and its subdirectories) that match the supplied wildcard.
Delete all the files in this directory (and its subdirectories) that match the supplied wildcard.
public void DeleteFiles(string,FileFilter);
Delete all the files in this directory (and its subdirectories if recurse is true) that match the supplied filter.
public void DeleteFiles(string,FileFilter,bool);
Delete all the files in this directory (and its subdirectories) that match the supplied wildcard.
public void DeleteFiles(string,string);
Delete all the files in this directory (and its subdirectories if recurse is true) that match the supplied wildcard.
public void DeleteFiles(string,string,bool);
AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace