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