ZipArchiveEntry.ExternalAttributes 屬性

定義

OS 和應用程式專用的檔案屬性。

public:
 property int ExternalAttributes { int get(); void set(int value); };
public int ExternalAttributes { get; set; }
member this.ExternalAttributes : int with get, set
Public Property ExternalAttributes As Integer

屬性值

寫入此項目時應用程式所寫入的外部屬性。 其同時為主機 OS 和應用程式的相依項。

備註

外部屬性的對應與主機系統相依。 對於 MS-DOS,低序位元組是 MS-DOS 目錄屬性位元組。 針對 Unix,高順序位元組經常用來儲存檔案許可權。 如果輸入來自標準輸入,此欄位會設定為零。

適用於