Dart.Ftp Namespace > ListEntry Class > ListEntry Constructor : ListEntry Constructor(String,String,ListingFormat) |
Public Function New( _ ByVal text As String, _ ByVal path As String, _ ByVal format As ListingFormat _ )
Dim text As String Dim path As String Dim format As ListingFormat Dim instance As New ListEntry(text, path, format)
When any method is called that requests an FTP listing from the server a Listing object (and all of the ListEntry objects contained within this object) is automatically created.