We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a20b91 + e0a5ed4 commit 284fa24Copy full SHA for 284fa24
src/SharpCompress/Common/Rar/RarEntry.cs
@@ -55,7 +55,12 @@ public abstract class RarEntry : Entry
55
public override bool IsEncrypted => FileHeader.IsEncrypted;
56
57
/// <summary>
58
- /// Entry is password protected and encrypted and cannot be extracted.
+ /// Entry Windows file attributes
59
+ /// </summary>
60
+ public override int? Attrib => (int)FileHeader.FileAttributes;
61
+
62
+ /// <summary>
63
+ /// Entry is a directory
64
/// </summary>
65
public override bool IsDirectory => FileHeader.IsDirectory;
66
0 commit comments