[Enhancement] Make path checks separator-agnostic #29

Closed
opened 2026-01-29 21:05:09 +00:00 by claunia · 0 comments
Owner

Originally created by @mnadareski on GitHub (Jul 18, 2021).

Originally assigned to: @mnadareski on GitHub.

Currently, some filename checks omit a leading / or \ character since it would not be appropriate for all systems. Instead, the handling should normalize the separator, preferably to /, so that both filename and directory name checks can be more accurate.

Originally created by @mnadareski on GitHub (Jul 18, 2021). Originally assigned to: @mnadareski on GitHub. Currently, some filename checks omit a leading `/` or `\` character since it would not be appropriate for all systems. Instead, the handling should normalize the separator, preferably to `/`, so that both filename and directory name checks can be more accurate.
claunia added the enhancement label 2026-01-29 21:05:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#29