How to convert spread path into sequence string

Hello, I’m working with ListBox (imGui) and I’dl like to populate the list with all folders present in a certain directory but I can’t found a way to convert the spread from Get Directories node into the sequence string of the listBox node. Any suggestins thanks?

hello @command ,

GetDirectories Node returns a Spread<Path> you have to convert Path to String, try this

image

1 Like