file? path :string
copyif file? "somefile.txt" [ print "file exists!" ]
if file? "somefile.txt" [ print "file exists!" ]