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
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.Closes #23