This is an old revision of the document!
RemoteDirectoryInfo Class
Represents data about remote directory.
Advertisement
This feature is available only in the latest beta release.
Syntax
Namespace: WinSCP
C#
public sealed class RemoteDirectoryInfo
VB.NET
Public NotInheritable Class RemoteDirectoryInfo
Properties
| Name | Description |
|---|---|
| RemoteFileInfoCollection Files | Collection of files in the remote directory. See RemoteFileInfo. |
Remarks
Instance of the class can be created by the WinSCP assembly only. You can only get an instance of the class by calling Session.ListDirectory.
Example
See example for Session.ListDirectory.
Advertisement