RosettaCodeData/Task/Check-that-file-exists/J/check-that-file-exists.j
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

6 lines
109 B
Text

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