Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { FileName string // file name Extra uint32 // extra (unknown data) Type string // type DataLen uint32 // explicit data size in bytes Data []byte // raw data }
Record in .DS_Store
type Store ¶
type Store struct { HeaderExtra []byte // header extra data (unknown) RootExtra []byte // root (bookkeeping) extra data (unknown) DSDBExtra []byte // DSDB extra data (unknown) Records []Record // records }
Store of .DS_Store file
Click to show internal directories.
Click to hide internal directories.