diff --git a/Structs/Filesystems.cs b/Structs/Filesystems.cs
index 153f624..19eeb54 100644
--- a/Structs/Filesystems.cs
+++ b/Structs/Filesystems.cs
@@ -48,6 +48,8 @@ namespace DiscImageChef.CommonTypes.Structs
[Flags]
public enum FileAttributes : ulong
{
+ /// File has no attributes
+ None = 0,
/// File is an alias (Mac OS)
Alias = 0x01,
/// Indicates that the file can only be writable appended