Returns the last modification time in seconds since Epoch

Property definitions

core $ FileStat :: last_modification_time
	# Returns the last modification time in seconds since Epoch
	fun last_modification_time: Int
	do
		assert not finalized
		return stat.mtime
	end
lib/core/file.nit:798,2--803,4