PackageVolume.SupportsHardLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies whether the volume supports the creation of hard links in its file system.
public:
property bool SupportsHardLinks { bool get(); };
bool SupportsHardLinks();
public bool SupportsHardLinks { get; }
var boolean = packageVolume.supportsHardLinks;
Public ReadOnly Property SupportsHardLinks As Boolean
Property Value
Boolean
bool
true if the volume supports the creation of hard links in its file system; otherwise, false.