Desktop Services Store
From Just Solve the File Format Problem
(Difference between revisions)
(→External links) |
(add another ds_store article) |
||
Line 18: | Line 18: | ||
* [https://wiki.mozilla.org/DS_Store_File_Format Reverse-engineered specification] | * [https://wiki.mozilla.org/DS_Store_File_Format Reverse-engineered specification] | ||
* [https://eclecticlight.co/2021/11/27/explainer-ds_store-files/ Explainer: .DS_Store files] | * [https://eclecticlight.co/2021/11/27/explainer-ds_store-files/ Explainer: .DS_Store files] | ||
+ | * [https://0day.work/parsing-the-ds_store-file-format/ | ||
+ | Parsing the .DS_Store file format] | ||
[[Category:Filesystem]] | [[Category:Filesystem]] |
Revision as of 06:03, 28 March 2023
Desktop Services Store (.DS_Store) is a file format used by Mac OS X, and the Finder app, to store information about a directory.
Identification
Files apparently begin with bytes 00 00 00 01
, followed by ASCII "Bud1
".
External links
- Wikipedia:.DS_Store
- Mac::Finder::DSStore Perl module
- Specification from Mac::Finder::DSStore
- Parsing the .DS_Store file format
- Reverse-engineered specification
- Explainer: .DS_Store files
- [https://0day.work/parsing-the-ds_store-file-format/
Parsing the .DS_Store file format]