May 18, '06 07:03:00AM • Contributed by: itsajeepthing111
The script then deletes the original selected files (good if you have iTunes set to organize your files). This feature can be disabled in the script by marking the relevant line as a comment (--) in the source:
-- tell application "Finder" to delete selection_list
[robg adds: This works as described, though I would suggest commenting out the delete line, as shown above. If you don't, and you happen to try to add a file that the script doesn't support -- I first tested with a PDF -- then the source will be deleted without it being added to iTunes. (You could edit the script to add other file types, if you wish.) The deleted files can, however, be found in the trash.]
