Dart.Ssh Namespace > Sftp Class : List Method |
'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 )