Back to product page

Group property


Holds file or directory group.

Type

A String value

Syntax

  • Basic
object.Group [= value]
The Group(object,value) syntax has these parts:
objectAn expression evaluating to an object of type DirItem.
valueA String value.

Remarks

On operating systems that support file ownership, each file/folder will have its owning user, and owning group. Group property will provide you with information about the owning group - most typically group who is responsible for contents of a file/folder, and/or is allowed to change it. Most servers will provide this information as group name (root, wheel, users, bin...) but it is possible also to show them with number. In either case, wodFtpDLX does not interfere with this information and show it as is.

Just a reminder - you must call ListDir to get directory listing, and then access files through Ftp.DirItems property in order for this property to be available!

Platforms

Windows