[ File ] text

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