machfs/machfs
Elliot Nunn fb493a154f Dump files to native FS more consistently
Specifically:

- A data fork dump file will always exist
- A resource fork dump file will exist iff there are any bytes in that
  fork (but this dump file may be empty)
- A Finder info dump will exist if there are any nonzero bytes in the
  type or creator code
2019-08-18 21:37:51 +08:00
..
__init__.py Allow a folder to be synced to/from disk 2018-12-09 15:20:59 +08:00
bitmanip.py Throw clear out-of-space and bad-name exceptions 2018-10-23 17:51:37 +08:00
btree.py Fix bug in B*-tree size calculation 2018-10-14 16:30:32 +08:00
directory.py Dump files to native FS more consistently 2019-08-18 21:37:51 +08:00
main.py Display correct minimum disk size 2019-01-12 18:32:58 +08:00