FTPFile
Os dados referente a um ficheiro FTP.
getGroup
getGroup() : string
Description
Returns the name of the group owning the file.
Return
( string )
The name of the group owning the file.
getHardLinkCount
getHardLinkCount() : int
Description
Returns the number of hard links to this file.
Return
( int )
The number of hard links to this file.
getLink
getLink() : string
Description
If the FTPFile is a symbolic link, this method returns the name of the file being pointed to by the symbolic link. Otherwise it returns null.
Return
( string )
The file pointed to by the symbolic link (null if the FTPFile is not a symbolic link).