edtFTPnet/Free - Open-source FTP component for .NET | Download
Add the string to the collection.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void Add(
	string str
)
Visual Basic
Public Sub Add ( _
	str As String _
)
Visual C++
public:
void Add(
	String^ str
)

Parameters

str
Type: System..::..String
String to add.

See Also