Size of the file at path

Property definitions

core $ FileStat :: size
	# Size of the file at `path`
	fun size: Int
	do
		assert not finalized
		return stat.size
	end
lib/core/file.nit:811,2--816,4