RemoteDirectoryInfo Class
Represents data about a remote directory.
Advertisement
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
This class can only be instantiated by the WinSCP assembly. To get an instance of the class, call Session.ListDirectory
.
Example
See example for Session.ListDirectory
.
Advertisement