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