PowerTCP FTP for .NET
ListEntry Constructor(String,String,ListingFormat)



Line received from the server.
Path information returned from the server. "/" indicates root directory, but in other cases should not terminate with "/".
Format of the Listing.
Creates a new instance of ListEntry.
Syntax
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)
public ListEntry( 
   string text,
   string path,
   ListingFormat format
)
public:
ListEntry( 
   String^ text,
   String^ path,
   ListingFormat format
)

Parameters

text
Line received from the server.
path
Path information returned from the server. "/" indicates root directory, but in other cases should not terminate with "/".
format
Format of the Listing.
Remarks

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.

See Also

Reference

ListEntry Class
ListEntry Members
Overload List


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic