Hi everybody,
I'm trying to populate a list with files of a specific file type and then import the selection from my list into my current AE project. I've got a folder with many subfolders. So far I only managed to check through all the folders by using David Tornos solution form here:
Working with system folders and files
Now I have an array with all files in the subfolders. How can I filter that array to only show files with specific filename extensions, e.g. .jpg?
The folderObj.getFiles function has a convenient mask with which this is possible. Is there anything similar for an array?
Regards, Michael