Check that file exists: Difference between revisions

m
Line 494:
 
=={{header|Arturo}}==
<lang rebol>checkIfExists: function [filefpath][
if(or? exists? file [print [file "exists"]]fpath
else [ exists? .directory fpath)? -> print [filefpath "doesn't existexists"]]
-> print [fpath "doesn't exist"]
]
1,532

edits