PowerTCP SSH and SFTP for .NET
List Method




The absolute or relative (to WorkingDirectory) path of a directory.
Lists the contents of a directory.
Syntax
'Declaration
 
Public Function List( _
   ByVal directoryPath As String _
) As List(Of ListEntry)
'Usage
 
Dim instance As Sftp
Dim directoryPath As String
Dim value As List(Of ListEntry)
 
value = instance.List(directoryPath)
public List<ListEntry> List( 
   string directoryPath
)
public: List<ListEntry*>* List( 
   string* directoryPath
) 
public:
List<ListEntry^>^ List( 
   String^ directoryPath
) 

Parameters

directoryPath
The absolute or relative (to WorkingDirectory) path of a directory.

Return Value

A list of ListEntry objects.
See Also

Reference

Sftp Class
Sftp Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic