This is an old revision of the document!
RemoteDirectoryInfo Class
Represents data about remote directory.
This feature will be available only with the next release.
Advertisement
Syntax
Namespace: WinSCP
public sealed 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
.