Does the file at path exists?

If the file does not exists, last_error is set to the information.

Property definitions

core $ Path :: exists
	# Does the file at `path` exists?
	#
	# If the file does not exists, `last_error` is set to the information.
	fun exists: Bool do return stat != null
lib/core/file.nit:443,2--446,40