Returns the last modification time

Property definitions

core $ NativeFileStat :: mtime
	# Returns the last modification time
	fun mtime: Int `{ return self->st_mtime; `}
lib/core/file.nit:1474,2--1475,44