Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.LinkCount

TElSftpFileAttributes     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the hard link count of the file

Declaration

[C#]
    uint LinkCount;

[VB.NET]
    Property LinkCount As UInt32

[Pascal]
    property LinkCount: Cardinal;

[C++]
    uint32_t get_LinkCount();
    void set_LinkCount(uint32_t Value);

[PHP]
    integer get_LinkCount()
    void set_LinkCount(integer $Value)

[Java]
    int getLinkCount();
    void setLinkCount(int Value);

Description

    Use this property to specify the hard link count of the file

Discuss this help topic in SecureBlackbox Forum