ZipItem.UnixPermissions Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
UnixPermissions
Gets the standard Unix st_mode field from struct stat (contains user/group/other permissions, setuid/setgid, file type).
Declaration
public virtual int? UnixPermissions { get; }
Property Value
| Type | Description | 
|---|---|
| Nullable<Int32> | The standard Unix st_mode field from struct stat; null reference (Nothing in Visual Basic) if the value is not specified.  |