Hallo,
I would like to make a apple-script which creates a list of the files in a specific folder.
It then should loop through the list and remove all files not ending with .mov from the list (but not from the folder!!!)
and remove all files which were not created today from the list (but not from the folder).
It then should sort the files in the list by creation time. I then need to go through the list to locate a file, depending on its creation time.
The name of this file will be given to another process, which then continues with the task.
Can anyone give me some help with this.
I know how to get to the fileList. If I modified this file list, do I modify the files in the folder as well?
Thanks for the help
Regards
Ute