Description
-
Holds file or directory group.
Property type
-
A String value.
Syntax
-
object.Group [= value]
The Group Property syntax has these parts:
| object |
An expression
evaluating to an object of type DirItem. |
| value |
A 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!
|