Macintosh resource file
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Macintosh) |
(Updated links) |
||
Line 9: | Line 9: | ||
* [[Wikipedia:Resource fork|Resource fork (Wikipedia)]] | * [[Wikipedia:Resource fork|Resource fork (Wikipedia)]] | ||
* [http://developer.apple.com/legacy/mac/library/documentation/mac/pdf/MoreMacintoshToolbox.pdf More Macintosh Toolbox] | * [http://developer.apple.com/legacy/mac/library/documentation/mac/pdf/MoreMacintoshToolbox.pdf More Macintosh Toolbox] | ||
− | * [ | + | * [https://github.com/kreativekorp/ksfl KSFL] reads and writes Macintosh resource files |
− | * [ | + | * [https://github.com/kreativekorp/ksfl/wiki/Macintosh-Resource-File-Format Description of the file format] from the KSFL wiki |
[[Category:Macintosh]] | [[Category:Macintosh]] |
Revision as of 02:11, 8 April 2015
The Macintosh resource file format was used by the Resource Manager in Mac OS Classic for storing resources used by Mac OS Classic applications as well as file associations and executable code. Traditionally, this format is used in the Resource Fork of a file on the HFS and HFS+ file systems; however, when resource files are still used in Mac OS X applications, the same format is used in a file with the extension .rsrc.
References
- Resource fork (Wikipedia)
- More Macintosh Toolbox
- KSFL reads and writes Macintosh resource files
- Description of the file format from the KSFL wiki