Retrieves the list of files and directories in the current server directory.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
| Visual Basic |
|---|
Public Function GetList ( _ arguments As String _ ) As FileSystemItemCollection |
| C# |
|---|
public FileSystemItemCollection GetList( string arguments ) |
Parameters
- arguments
- Type: System..::..String
Server and protocol-specific arguments. Usually a directory path.