Access file system related services on the path at self

Property definitions

core :: file $ Text :: to_path
	# Access file system related services on the path at `self`
	fun to_path: Path do return new Path(to_s)
lib/core/file.nit:893,2--894,43