[PR #34] Support ISO9660 Extended Attribute Record #66

Open
opened 2026-01-29 21:16:51 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/SabreTools/SabreTools.Serialization/pull/34

State: closed
Merged: Yes


Support reading and printing a file extent's Extended Attribute Record.
Also fixes a few extraction issues:

  • No longer attempts to extract multi-extent files (print debug line about it being unsupported).
  • Properly skips the Extended Attribute Record when extracting files.
  • Don't attempt to extract file if file/folder already exists (fixes crash where folder exists with same name as file being extracted).
**Original Pull Request:** https://github.com/SabreTools/SabreTools.Serialization/pull/34 **State:** closed **Merged:** Yes --- Support reading and printing a file extent's Extended Attribute Record. Also fixes a few extraction issues: - No longer attempts to extract multi-extent files (print debug line about it being unsupported). - Properly skips the Extended Attribute Record when extracting files. - Don't attempt to extract file if file/folder already exists (fixes crash where folder exists with same name as file being extracted).
claunia added the pull-request label 2026-01-29 21:16:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Serialization#66