Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Seedling File

ksherlock edited this page Apr 23, 2015 · 1 revision

Introduction

Seedling files have a data fork that can fit within 1 block (the key_pointer) and no resource fork.

storage_type $01
blocks_used 1
eof 0-512

Sparse Files

Sparse seedling files may have an eof that exceed the 512 byte/1 block limit. Bytes 513--eof are considered zero-filled.

References

Clone this wiki locally