[EMAIL PROTECTED] ha escrito: > Is it true that forked files are a thing of the past now that OSX is on the > scene?
I can't say it for sure, but I seriously doubt it. because of two reasons. First, without forks, you wouldn't be able to execute any pre-OSX software: code is allways stored in the resource fork. Second, OSX, as most Unix-based OSes released in the last few years, is able to manage *multiple* forks per file (not only two!). What is true is that OSX native applications don't use forks anymore, but a new concept called a "bundle": when you see an application icon, it isn't really a single file as it seems; it's really a disguissed folder with a lot of single-forked files inside it (application code, libraries, icons and other resources, file templates, etc.). Greetings, Antonio Rodr�guez (Grijan) <ftp://grijan.cjb.net:21000/> -- Compact Macs is sponsored by <http://lowendmac.com/>. Support Low End Mac <http://lowendmac.com/lists/support.html> Compact Macs list info: <http://lowendmac.com/lists/compact.shtml> --> AOL users, remove "mailto:" Send list messages to: <mailto:[EMAIL PROTECTED]> To unsubscribe, email: <mailto:[EMAIL PROTECTED]> For digest mode, email: <mailto:[EMAIL PROTECTED]> Subscription questions: <mailto:[EMAIL PROTECTED]> Archive:<http://www.mail-archive.com/compact.macs%40mail.maclaunch.com/> --------------------------------------------------------------- >The Think Different Store http://www.ThinkDifferentStore.com ---------------------------------------------------------------
