Y
Hacker News
new
|
ask
|
show
|
jobs
by
stefantalpalaru
3852 days ago
It does not strike me as a sane design. You already have file extensions, unique prefixes (like those used by the 'file' command to identify files). Why would you use fs forks to differentiate between file types?
2 comments
ascorbic
3852 days ago
Mac OS Classic had no file extensions. I remember they felt like such a hack when switching to OS X, compared to the flexibility of resource forks.
link
amyjess
3852 days ago
Actually, Classic Mac OS used type and creator codes, which were attributes on files, to identify filetypes, not resources.
link
stefantalpalaru
3851 days ago
That makes more sense.
link