diff --git a/DiscImageChef.CommonTypes/Structs/Filesystems.cs b/DiscImageChef.CommonTypes/Structs/Filesystems.cs
index 153f624b3..19eeb54b5 100644
--- a/DiscImageChef.CommonTypes/Structs/Filesystems.cs
+++ b/DiscImageChef.CommonTypes/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