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

プロパティ値

Int32

このエントリが書き込まれたときにアプリケーションによって書き込まれた外部属性。 ホスト OS とアプリケーションの両方に依存します。

注釈

外部属性のマッピングは、ホスト システムに依存します。 MS-DOS の場合、下位バイトは MS-DOS ディレクトリ属性バイトです。 Unix の場合、ファイルのアクセス許可を格納するために高位バイトが頻繁に使用されます。 標準入力からの入力の場合、このフィールドは 0 に設定されます。

適用対象