Gets the standard Unix st_mode field from struct stat (contains user/group/other permissions, setuid/setgid, file type).

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Overridable ReadOnly Property UnixPermissions As Nullable(Of Integer)
	Get
C#
public virtual Nullable<int> UnixPermissions { get; }

Field Value

The standard Unix st_mode field from struct stat; null reference (Nothing in Visual Basic) if the value is not specified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also