How do I create a type of compression that my software can read / write? My software only.
Posted
by Zachary Brown
on Stack Overflow
See other posts from Stack Overflow
or by Zachary Brown
Published on 2010-04-27T05:30:54Z
Indexed on
2010/04/27
5:33 UTC
Read the original article
Hit count: 321
I am working on a project that requires programmatically distributing a compressed file that in a format that is associated with my software. I am writing the software in Python.
I would use .zip, but I don't want to overwrite any previouse filetype associations. ( with zip utilities )
© Stack Overflow or respective owner