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; }
Public ReadOnly Property NumberOfLinks As Integer
Get
public:
property int NumberOfLinks {
int get ();
}
member NumberOfLinks : int with get
Property Value
Type:
Int32The number of links to this file.
See Also