Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

DeleteFile Method

Remove a file specified by FileName from the server.

Syntax

[VB.NET]
Public Sub DeleteFile(ByVal FileName As String)
[C#]
public void DeleteFile(string fileName);

Remarks

This method deletes the files specified by the FileName parameter from the server. FileName may be either an absolute path, or a path relative to RemotePath.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]