Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Easily create HFS-aware PKZIP and unix archives' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Easily create HFS-aware PKZIP and unix archives
Authored by: merlyn on Nov 27, '03 10:55:52AM
If you're gonna go to that much work, you might as well create a .dmg file, which is completely resource aware, obviously. In Panther, it's as simple as:
hdiutil create -srcfolder SomeDirectory result.dmg
And now you have a .dmg (no resource fork) that can be safely emailed and unpacked, or put on a server.

[ Reply to This | # ]