• 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: Making one item in a list into a list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making one item in a list into a list


  • Subject: Re: Making one item in a list into a list
  • From: Michelle Steiner <email@hidden>
  • Date: Wed, 31 Mar 2004 11:16:39 -0700

On Mar 31, 2004, at 10:30 AM, Jeff Handy wrote:

Set theFoldersList to (every folder of the entire contents of folder
thisQuickTimeFolder) as alias list
On error
Set theFoldersList to (every folder of the entire contents of folder
thisQuickTimeFolder) as list

tell application "Finder"
try
set theFoldersList to (every folder of the entire contents of folder thisQuickTimeFolder) as alias list
on error
set theFoldersList to (every folder of the entire contents of folder thisQuickTimeFolder) as alias
set thefolderlist to {} & theFoldersList
end try
end tell

--
Velveeta is to American cheese as American cheese is to cheese
_______________________________________________
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.


  • Prev by Date: RE: AppleScript & HTML Again...
  • Next by Date: Check out this switch testimonial
  • Previous by thread: Making one item in a list into a list
  • Next by thread: Re: Making one item in a list into a list
  • Index(es):
    • Date
    • Thread