ZipArchiveEntry.ExternalAttributes Property

Definition

OS and application specific file attributes.

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

Property Value

The external attributes written by the application when this entry was written. It is both host OS and application dependent.

Remarks

The mapping of the external attributes is host-system dependent. For MS-DOS, the low order byte is the MS-DOS directory attribute byte. For Unix, the high Order byte is frequently used to store the file permissions. If input came from standard input, this field is set to zero.

Applies to