conaito PPT2Flash SDK 3.7

FtpClient.DeleteFile Method

Delete a file from the remote FTP server.

[Visual Basic]
Public Sub DeleteFile( _
   ByVal fileName As String _
)
[C#]
public void DeleteFile(
   string fileName
);

Parameters

fileName

See Also

FtpClient Class | Conaito.PPLibrary Namespace