IceDynamix / reliquary-archiver

tool to create a relic export from network packets of a certain turn-based anime game
MIT License
199 stars 19 forks source link

Get absolute path for written archive file #26

Closed FaeronGaming closed 5 months ago

FaeronGaming commented 5 months ago

My only issue with this approach is the result of canonicalize() being interesting on windows. I see ways to strip out the leading \\?\ but since it's just for logging I don't think it's a big enough deal.

2024-06-07T18:22:36.937509Z  INFO reliquary_archiver: attempting to write to \\?\C:\Users\anime\repos\reliquary-archiver\archive_output.json

Closes #23