New to OS 10 help Please
New to OS 10 help Please
- Subject: New to OS 10 help Please
- From: email@hidden
- Date: Tue, 1 Apr 2003 14:53:13 EST
Having just migrated to OS X I have a script (from OS9 ) that I use a lot and
can't figure out how to get it to work in OS X. I am trying to pull all the
files out of a large number of folders and put them into one folder. I
understand finder is different in 10 but can't figure out how to just select
the files and not the folders.... I get "Finder got an error: Can't set
expanded of selection to true" from the following script....
tell application "Finder"
with timeout of 300 seconds
activate
select {every folder of folder "MOVE ME"}
set expanded of selection to true
select {every item of every folder of folder "MOVE ME"}
move selection to folder "MOVED"
end timeout
end tell
Thanks for any help in this matter.
Mark
email@hidden
_______________________________________________
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.