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.2
Syntax
public int NumberOfLinks { get; }

Property Value

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