return true if a file with this names exists

Property definitions

core :: file $ Text :: file_exists
	# return true if a file with this names exists
	fun file_exists: Bool do return to_cstring.file_exists
lib/core/file.nit:901,2--902,55