[ File ] size

☞ x ≔ File new: (Path /tmp: ‘a.txt’).
x write: ‘abc’.
✎ write: x size, stop.
x append: ‘def’.
✎ write: x size, stop.
3
6