MAR Utility
From Just Solve the File Format Problem
(Difference between revisions)
(→File Information) |
(Updated PRONOM) |
||
Line 4: | Line 4: | ||
|extensions={{ext|mar}}, {{ext|mac}} | |extensions={{ext|mar}}, {{ext|mac}} | ||
|type code={{Type Code|MARf}} | |type code={{Type Code|MARf}} | ||
+ | |pronom={{PRONOM|fmt/1483}} | ||
|released=2011 | |released=2011 | ||
}} | }} |
Latest revision as of 18:44, 10 November 2021
A MAR archive is a utility created by PCE developer Hampa Hug.[1] The purpose is to combine features of MacBinary and TAR, encapsulating the Resource Fork, Data Fork, and Finder data of a classic Macintosh file.
Contents |
[edit] File Information
MAR files always contain exactly one item, either a single file or a folder and its contents (including subfolders). By convention archives that contain a file get the extension .MAC (this is basically equivalent to a MacBinary file) and archives that contain a folder get the extension .MAR. It is the same file format, though.[2]
[edit] Format Information
MAR file will begin with the hex values 4D415280
.