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; } |