Handle when ISO9660 directories have extended attributes.

This commit is contained in:
2019-07-31 05:47:28 +01:00
parent 7b07c1e243
commit 4616f59a6b
4 changed files with 42 additions and 25 deletions

View File

@@ -132,6 +132,7 @@ namespace DiscImageChef.Filesystems.ISO9660
public uint Extent;
public string Name;
public ushort Parent;
public byte XattrLength;
public override string ToString() => Name;
}