PowerTCP SSH and SFTP for .NET
ListEx Method




The absolute or relative (to WorkingDirectory) path of a directory.
Lists the contents of a directory for COM environments.
Syntax
'Declaration
 
Public Function ListEx( _
   ByVal directoryPath As String _
) As ArrayList
'Usage
 
Dim instance As Sftp
Dim directoryPath As String
Dim value As ArrayList
 
value = instance.ListEx(directoryPath)
public ArrayList ListEx( 
   string directoryPath
)
public: ArrayList* ListEx( 
   string* directoryPath
) 
public:
ArrayList^ ListEx( 
   String^ directoryPath
) 

Parameters

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

Return Value

An ArrayList 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