I want to save the path to the files in a dir as a string. The example from the tutorial pretty much does what I want except that it does it with the quotation marks which I want to be removed. Now I know that I can do it by adding .string() to the path but I simply don't know where to put it in this example.
Hope someone can help me with that.
As you said you need to use
.string()
method onpath
to output without quotation marks. Below the modified tutorial example outputting no quotation marks: