[ File ] text

var x := File new.
Pen write: x, stop.
var y := File new: (Path /tmp: ['a.txt']).
Pen write: y, stop.
[File (no path)]
/tmp/a.txt