Returns the permission bits of file

Property definitions

core $ FileStat :: mode
	# Returns the permission bits of file
	fun mode: Int
	do
		assert not finalized
		return stat.mode
	end
lib/core/file.nit:856,2--861,4