File Extension in AppleScript
Hey all,
Looking to create a simple script to move selected files to certain place around the computer.
I've got it working to were it moves the files in this example:
every file of desktop whose name extension is "mov" or name extension is "mp4" etc... and so on.
I just was wondering if there's a way to set an object
to all of those name extension I wish to include
and write the aforementioned code above to simply:
set VidExtension to ("mov","mp4"....etc)
every file of desktop whose name extension is vidExtensions
Mac mini, Other OS, 10.8.3