An NDoc Documented Class Library

AbstractRecursiveOperations.DeleteFilesCurrentDir Method

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

Overload List

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

public void DeleteFilesCurrentDir(FileFilter);

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

public void DeleteFilesCurrentDir(string);

See Also

AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace