wodFtpDLX ActiveX Control - Owner Property
      
 

Description

Holds file or directory owner.


Property type

A String value.  


Syntax

object.Owner [= value]



The Owner Property syntax has these parts:

Part Description
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. Owner property will provide you with information about the owning user - most typically user who is responsible for contents of a file/folder, and user who is allowed to change it. Most servers will provide this information as owner name (root, joe, bob etc...) 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!