MAR Utility
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|mar}}, {{ext|mac}} |type code={{Type Code|MARf}} |released=2011 }} A MAR archive is a utility created b...") |
(→File Information) |
||
Line 9: | Line 9: | ||
==File Information== | ==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 | + | 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.<ref>https://macintoshgarden.org/forum/mar-archive#comment-83867</ref> |
==Format Information== | ==Format Information== |
Revision as of 19:14, 29 September 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 |
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]
Format Information
MAR file will begin with the hex values 4D415280
.