Click or drag to resize
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.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public uint NumberOfLinks { get; }

Property Value

Type: UInt32
The number of links to this file.
See Also