little tool for tournament cross-tables
absolutize = function(path)
	if is_relative_path(path) then
		return App.current_dir..path
	end
	return path
end