ByHandleFileInfoNumberOfLinks Property |
Gets the number of links to this file. For the FAT file system this member is always 1. For the NTFS file system, it can be more than 1.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public uint NumberOfLinks { get; }
Public ReadOnly Property NumberOfLinks As UInteger
Get
public:
property unsigned int NumberOfLinks {
unsigned int get ();
}
member NumberOfLinks : uint32 with get
Property Value
Type:
UInt32The number of links to this file.
See Also