Well which one from the array do you want, and why are you trying to create a folder that already exists? Doesn’t it being in the array mean it already exists?
Anyway, you reference an array by providing a number after it
output(0) will give you the first item in the array, output(1) will give you the second, etc.