RosettaCodeData/Task/Check-that-file-exists/Slate/check-that-file-exists.slate
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

5 lines
184 B
Text

(File newNamed: 'input.txt') exists
(File newNamed: '/input.txt') exists
(Directory root / 'input.txt') exists
(Directory newNamed: 'docs') exists
(Directory newNamed: '/docs') exists