AppleSingle
From Just Solve the File Format Problem
(Difference between revisions)
m |
(sample files) |
||
Line 21: | Line 21: | ||
* [http://sourceforge.net/projects/macbinconv/ Mac Binary Converter] | * [http://sourceforge.net/projects/macbinconv/ Mac Binary Converter] | ||
* [https://metacpan.org/pod/Mac::AppleSingleDouble Mac::AppleSingleDouble Perl library] | * [https://metacpan.org/pod/Mac::AppleSingleDouble Mac::AppleSingleDouble Perl library] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/appleSingle}} | ||
== Other links == | == Other links == |
Latest revision as of 04:19, 20 June 2024
AppleSingle is one of the systems used to store the Resource Fork of Macintosh files on filesystems not natively supporting it, something which became necessary when Apple moved to Unix-based operating systems instead of "classic" MacOS. AppleDouble is an alternative format to accomplish the same end, using two files where AppleSingle uses one.
AppleSingle combines the data and resource forks with Finder meta-information into a single file, similar in concept to MacBinary.
Contents |
[edit] Identification
AppleSingle files begin with signature bytes (hex) 00 05 16 00
.
[edit] Specifications
Refer to AppleDouble#Specifications.