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