Desktop Services Store
From Just Solve the File Format Problem
(Difference between revisions)
(link fixing, separate software section) |
m (Add Kaitai Struct schema) |
||
Line 4: | Line 4: | ||
|extensions={{ext|DS_Store}} | |extensions={{ext|DS_Store}} | ||
|pronom={{PRONOM|fmt/394}} | |pronom={{PRONOM|fmt/394}} | ||
+ | |kaitai struct=ds_store | ||
}} | }} | ||
'''Desktop Services Store''' ('''.DS_Store''') is a file format used by [[Mac OS X]], and the Finder app, to store information about a directory. | '''Desktop Services Store''' ('''.DS_Store''') is a file format used by [[Mac OS X]], and the Finder app, to store information about a directory. |
Latest revision as of 17:52, 26 December 2024
Desktop Services Store (.DS_Store) is a file format used by Mac OS X, and the Finder app, to store information about a directory.
[edit] Identification
Files apparently begin with bytes 00 00 00 01
, followed by ASCII "Bud1
".
[edit] Software
- Mac::Finder::DSStore Perl module
- Go library
- Python library