Problem logging a resulting list?
Problem logging a resulting list?
- Subject: Problem logging a resulting list?
- From: "T.J. Mahaffey" <email@hidden>
- Date: Mon, 21 Aug 2006 15:10:19 -0500
For some reason, I'm having trouble logging a resulting list.
This code errors in Script Editor. Does anyone know why? This hasn't
always been the case.
set myHFPath to (choose folder) as string
tell application "Finder"
set myList to (every folder in folder myHFPath)
end tell
log myList
I can, however, log a hand-written list like this:
set myList to {"cat", "dog"}
log myList
--
T.J. Mahaffey
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden