PowerTCP FTP for .NET
Group Field



When Listing.Format indicates a UNIX listing, gets the UNIX file group name. Can be set by the user when parsing the Text property.
Syntax
Public Group As String
Dim instance As ListEntry
Dim value As String
 
value = instance.Group
 
instance.Group = value
public string Group
public:
String^ Group

Field Value

A string representing the UNIX file group name.
Remarks

This property will only have value when the Listing.Format property is UNIX. To determine group rights, see ListEntry.Permissions.

See Also

Reference

ListEntry Class
ListEntry Members


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