Retrieves the list of files and directories. Matching directories are searched recursively.

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

Syntax

Visual Basic
Function GetItems ( _
	remotePath As String _
) As FileSystemItemCollection
C#
FileSystemItemCollection GetItems(
	string remotePath
)

Parameters

remotePath
Type: System..::..String
The path (with or without a mask) to a remote file or directory.

Return Value

Collection of FileSystemItem values.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also