I'm trying to write a script that will look at a target folder on my computer and grab the file paths for each of the files inside that folder and then store them in an array. This array will then be accessed later to add individual file paths into target comps. So far I have been unsuccessful at figuring out how to accomplish this, is it possible to tell ExtendScript to create an array based on a finder folder's contents?
Thanks!