|
|
|
|
|
by LeoPanthera
940 days ago
|
|
The most common Macintosh archive format was (eventually) StuffIt, but StuffIt Expander couldn't open a .sit file which was missing its resource fork, and when you downloaded a file from the internet, it only came with a data fork. So a common hack was to binhex the .sit file. Binhex was originally designed to make files 7-bit clean, but had the side effect that it bundled the resource fork and the data fork together. Later versions of StuffIt could open .sit files which lacked the resource fork just fine, but by then .zip was starting to become more common. |
|