So this is the shell script that I have in my Applescript editor which brings up all of the videos that have been added to my computer today.
do shell script "mdfind 'kMDItemDateAdded >= $time.today && kMDItemKind = *movie'"
I see four videos show up in the results section of the Appliscript editor. But I am having difficultly changing those results into an alias list and sending them into a folder called "New Videos".
Can anybody show me how this is done?
It was my mistake that I did not specify that when I mean alias, I do not mean a link to the file.
I mean set the path of each movie file that shows up in my Apple script editor results section to an "An alias file".
– David Dec 15 '19 at 20:01