Added support for High Sierra Format.

This commit is contained in:
2017-10-08 22:47:09 +01:00
parent e0eec87d50
commit 97b4ebe76a
6 changed files with 197 additions and 28 deletions

View File

@@ -35,6 +35,9 @@ namespace DiscImageChef.Filesystems.ISO9660
{
public partial class ISO9660 : Filesystem
{
readonly string IsoMagic = "CD001";
readonly string HighSierraMagic = "CDROM";
[Flags]
enum FileFlags : byte
{