[ File ] path

>> f := File new: (Path tmp: ['test.txt']).
Out write: f path, stop.
tmp/test.txt