Using the File object, there's an expression "get directory list" which basically gives you the names of all directories in a directy. I had a string which was being set with this. It outputs stuff like this: {"directory1","directory2","directory3"}, and the expression editor says its an array and I don't know how to handle arrays that are in expressions? I was wanting to count how many directories there were, I tried using "get token count" but the expression editor says that you can only use token stuff on strings and does not work with arrays. Anyone know what I can do?