FindFiles to Array with Strings
-
Hey!
Almost done with the preset browser, last thing to do! I have this:
Items = FileSystem.findFiles(folderUser, "*.preset", false);
The resulting Items variable is an array, but its full of objects. I tried this
for(item in Items) { Console.print(item.toString(NoExtension)); };
But its still printing the full path
-
@Casmat You need to use
item.NoExtension