THANK YOU! Re: File name list help?
THANK YOU! Re: File name list help?
- Subject: THANK YOU! Re: File name list help?
- From: "T.J. Mahaffey" <email@hidden>
- Date: Sun, 07 Oct 2001 15:17:39 -0700
Many, many thanks to those of you who sent help on this.
After studying everyone's input, the following has turned out to be the
simplest and most ideal form of the solution:
tell application "Finder"
activate
set AppleScript's text item delimiters to {return}
set theItemNames to name of every item in selection as text
set AppleScript's text item delimiters to ""
set the clipboard to theItemNames
end tell
Thanks again for all your help
--
T.J. Mahaffey
email@hidden