let baseString = "/Documents/" let words = ["Alpha", "Beta", "Gamma", "Delta"] let paths = words.map({"\(baseString)\($0)"}) print(paths)