Returns the permission bits of file

Property definitions

core $ NativeFileStat :: mode
	# Returns the permission bits of file
	fun mode: Int `{ return self->st_mode; `}
lib/core/file.nit:1465,2--1466,42