IDTSFtpClientConnection100.DeleteFiles(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes files for the client connection.
public:
void DeleteFiles(cli::array <System::String ^> ^ remoteFiles);
[System.Runtime.InteropServices.DispId(16)]
public void DeleteFiles (string[] remoteFiles);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member DeleteFiles : string[] -> unit
Public Sub DeleteFiles (remoteFiles As String())
Parameters
- remoteFiles
- String[]
The remote files to be deleted.
- Attributes