mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Decode ISO9660 path tables.
This commit is contained in:
@@ -123,5 +123,14 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
public Point fdLocation;
|
||||
public uint fdType;
|
||||
}
|
||||
|
||||
class PathTableEntryInternal
|
||||
{
|
||||
public uint Extent;
|
||||
public string Name;
|
||||
public ushort Parent;
|
||||
|
||||
public override string ToString() => Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user