Discuss this help topic in SecureBlackbox Forum
Contains the hard link count of the file
Declaration
[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