]>
Commit | Line | Data |
---|---|---|
1 | --- title: mac_file_attributes.html | |
2 | --- description: Classic mac file attributes I've encountered that I couldn't find elsewhere. | |
3 | ## Mac OS File Attribute List | |
4 | ||
5 | This list contains extensions and their Type and Creator for vintage Mac OS (System 9 and below). I'm populating this list as I encounter them, so it's not a very long list. There are other resources available[1], but some of the files listed here might not be there. I use DropAttribute to change the files[2]. | |
6 | ||
7 | => https://websites.umich.edu/~archive/mac/misc/documentation/exttotypemappings.txt [1] A Big List | |
8 | => https://macintoshgarden.org/apps/dropattribute [2] DropAttribute | |
9 | ||
10 | ``` | |
11 | Extension Type Creator Comment | |
12 | .dsk DDim DDp+ DiskDup+ Image | |
13 | .image dImg dCpy DiskCopy 4.2 Disk Image | |
14 | .img rohd ddsk DiskCopy 6.3 Disk Image | |
15 | .img dImg dCpy DiskCopy 4.2 Disk Image | |
16 | .toast GImg CDr3 Toast CD Image | |
17 | .toast HImg CDr3 Toast Hybrid CD Image | |
18 | ``` |