Retrieves the list of file and directory names in the current remote directory.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Function GetNameList As String()
C#
string[] GetNameList()

Return Value

An array of lines, with each line representing a single name.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also