RosettaCodeData/Task/Check-that-file-exists/Raven/check-that-file-exists.raven
2023-07-01 13:44:08 -04:00

4 lines
212 B
Text

'input.txt' exists if 'input.txt exists' print
'/input.txt' exists if '/input.txt exists' print
'docs' isdir if 'docs exists and is a directory' print
'/docs' isdir if '/docs exists and is a directory' print