• 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: Creating a list of alias from folder contents
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating a list of alias from folder contents


  • Subject: Re: Creating a list of alias from folder contents
  • From: "Scott P. Richert" <email@hidden>
  • Date: Sun, 26 Jan 2003 14:21:31 -0600

Thanks, Paul! That's exactly what I was looking for. "alias list" was
what was eluding me. I'd tried "alias" and "list", but I wasn't aware
of the term "alias list". Thanks again.

Scott P. Richert
Executive Editor
Chronicles: A Magazine of American Culture


Paul Berkowitz wrote:

set folderPath to (choose folder) as string -- or 'as Unicode text'

tell application "Finder"
try
set fileList to every file of folder folderPath as alias list
on error -- only one file, bug with 'alias list'
set fileList to every file of folder folderPath as alias as list
end try
end tell


--
Paul Berkowitz
_______________________________________________
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: Creating a list of alias from folder contents
      • From: cassj <email@hidden>
  • Prev by Date: Re: How do you minimize an app from applescript??
  • Next by Date: Re: [OT] AppleScript scripts versus Shell scripts
  • Previous by thread: Re: Creating a list of alias from folder contents
  • Next by thread: Re: Creating a list of alias from folder contents
  • Index(es):
    • Date
    • Thread