• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: List of files in a folder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List of files in a folder


  • Subject: Re: List of files in a folder
  • From: Oz Springs <email@hidden>
  • Date: Fri, 18 Jun 2004 16:50:05 +0100

Thanks very much. This works well. Have added it to my scripts folder on the menu bar.

I am surprised that Apple doesn't supply a script for getting a list of files etc. as part of its file/folder scripts. It is one which I use fairly often.

At 4:42 AM -0700 18/6/04, Walter Ian Kaye wrote:
>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.
_______________________________________________
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.


  • Follow-Ups:
    • Re: List of files in a folder
      • From: Walter Ian Kaye <email@hidden>
References: 
 >List of files in a folder (From: Oz Springs <email@hidden>)
 >Re: List of files in a folder (From: Walter Ian Kaye <email@hidden>)

  • Prev by Date: Re: quit the dock - possible?
  • Next by Date: AppleScript for Excel X/2004
  • Previous by thread: Re: List of files in a folder
  • Next by thread: Re: List of files in a folder
  • Index(es):
    • Date
    • Thread