Re: List of files in a folder
Re: List of files in a folder
- Subject: Re: List of files in a folder
- From: Walter Ian Kaye <email@hidden>
- Date: Fri, 18 Jun 2004 04:42:07 -0700
At 12:12p +0100 06/18/2004, Oz Springs didst inscribe upon an
electronic papyrus:
How can I get the result to have each file name separated into paragraphs
set oldDelims to AppleScript's text item delimiters
set AppleScript's text item delimiters to return
try
set theFileParas to theFileList as string
on error
set theFileParas to theFileList
end try
set AppleScript's text item delimiters to oldDelims
theFileParas
then copying the list to the clipboard?
set the clipboard to theFileParas
-Walter
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.