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

6 lines
109 B
Text

require 'files'
fexist 'input.txt'
fexist '/input.txt'
direxist=: 2 = ftype
direxist 'docs'
direxist '/docs'