Returns the last access time

alias for last_access_time

Property definitions

core $ FileStat :: atime
	# Returns the last access time
	#
	# alias for `last_access_time`
	fun atime: Int do return last_access_time
lib/core/file.nit:793,2--796,42