An NDoc Documented Class Library

AbstractRecursiveOperations.DeleteFiles Method

Delete all the files in this directory (and its subdirectories) that match the supplied wildcard.

Overload List

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);

See Also

AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace