Returns the last access time

Property definitions

core $ NativeFileStat :: atime
	# Returns the last access time
	fun atime: Int `{ return self->st_atime; `}
lib/core/file.nit:1468,2--1469,44