AbstractRecursiveOperationsDeleteFiles(String, String) Method
Delete all the files in this directory (and its subdirectories) that match
the supplied wildcard.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void DeleteFiles(
string remoteDir,
string wildcard
)
Public Sub DeleteFiles (
remoteDir As String,
wildcard As String
)
public:
void DeleteFiles(
String^ remoteDir,
String^ wildcard
)
member DeleteFiles :
remoteDir : string *
wildcard : string -> unit
Parameters
- remoteDir String
- name of remote directory
- wildcard String
- wildcard for specifying files (? for single characters and * for multiple characters)
No directories are deleted. Only files matching the filter are deleted. On
Windows clients, case is ignored.