共用方式為


PackageVolume.SupportsHardLinks 屬性

定義

取得值,指定磁片區是否支援在其檔案系統中建立硬式連結。

public:
 property bool SupportsHardLinks { bool get(); };
bool SupportsHardLinks();
public bool SupportsHardLinks { get; }
var boolean = packageVolume.supportsHardLinks;
Public ReadOnly Property SupportsHardLinks As Boolean

屬性值

Boolean

bool

如果磁片區支援在其檔案系統中建立硬式連結,則為 true;否則為 false。

適用於

另請參閱