AbstractRecursiveOperationsDeleteFiles(String, FileFilter, Boolean) Method
Delete all the files in this directory (and its subdirectories if recurse is true) that match
the supplied filter.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void DeleteFiles(
string remoteDir,
FileFilter filter,
bool recurse
)
Public Sub DeleteFiles (
remoteDir As String,
filter As FileFilter,
recurse As Boolean
)
public:
void DeleteFiles(
String^ remoteDir,
FileFilter^ filter,
bool recurse
)
member DeleteFiles :
remoteDir : string *
filter : FileFilter *
recurse : bool -> unit
Parameters
- remoteDir String
- name of remote directory
- filter FileFilter
- FileFilter to use for determining which files should be included.
- recurse Boolean
- true if recursing through subdirectories
No directories are deleted. Only files matching the filter are deleted. On
Windows clients, case is ignored.