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
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.