WarHub/wham

Refactor XmlFileExtensions to allow/use migrations

amis92 opened this issue · 1 comments

Refactor XmlFileExtensions to allow/use migrations

I could also attempt to differentiate whether file is zipped or not via ZIP file header (magic bytes): https://stackoverflow.com/questions/11996299/c-net-identify-zip-file

But that can be hard since I'd have to have a seekable to rewind back after reading these 4 bytes.