mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Handle associated files in ISO9660.
This commit is contained in:
@@ -57,14 +57,15 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
|
||||
class DecodedDirectoryEntry
|
||||
{
|
||||
public uint Extent;
|
||||
public byte FileUnitSize;
|
||||
public FileFlags Flags;
|
||||
public byte Interleave;
|
||||
public string IsoFilename;
|
||||
public uint Size;
|
||||
public DateTime? Timestamp;
|
||||
public ushort VolumeSequenceNumber;
|
||||
public DecodedDirectoryEntry AssociatedFile;
|
||||
public uint Extent;
|
||||
public byte FileUnitSize;
|
||||
public FileFlags Flags;
|
||||
public byte Interleave;
|
||||
public string IsoFilename;
|
||||
public uint Size;
|
||||
public DateTime? Timestamp;
|
||||
public ushort VolumeSequenceNumber;
|
||||
|
||||
public override string ToString() => IsoFilename;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user