2 lines
79 B
Text
2 lines
79 B
Text
(File newNamed: 'output.txt') touch.
|
|
(Directory current / 'output.txt') touch.
|
(File newNamed: 'output.txt') touch.
|
|
(Directory current / 'output.txt') touch.
|