Returns the last status change time in seconds since Epoch

Property definitions

core $ FileStat :: last_status_change_time
	# Returns the last status change time in seconds since Epoch
	fun last_status_change_time: Int
	do
		assert not finalized
		return stat.ctime
	end
lib/core/file.nit:844,2--849,4