Delete multiple files in the current remote directory and its subdirectories.
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public void MultipleDelete( string remoteDir, string wildcard, bool recurse ) |
| Visual Basic |
|---|
Public Sub MultipleDelete ( _ remoteDir As String, _ wildcard As String, _ recurse As Boolean _ ) |
| Visual C++ |
|---|
public: virtual void MultipleDelete( String^ remoteDir, String^ wildcard, bool recurse ) sealed |
Parameters
- remoteDir
- Type: System..::..String
remote directory to delete
- wildcard
- Type: System..::..String
wildcard for specifying files (? for single characters and * for multiple characters)
- recurse
- Type: System..::..Boolean
if true, recurse down into subdirectories
Implements
IExFileTransferClient..::..MultipleDelete(String, String, Boolean)
Remarks
Wildcard characters supported are '?' and '*'. Subdirectories are not deleted