Re: Making one item in a list into a list
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.