• 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: New to OS 10 help Please
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New to OS 10 help Please


  • Subject: Re: New to OS 10 help Please
  • From: Michelle Steiner <email@hidden>
  • Date: Tue, 1 Apr 2003 19:26:04 -0700

On Tuesday, April 1, 2003, at 04:32 PM, Andrew Oliver wrote:

tell application "Finder"
set filesToMove to every file of thisFolder
repeat with aFIle in filesToMove
move aFIle to folder destFolder
end repeat

Why not the following?

tell application "Finder"
move files of thisFolder to destFolder
--both folders having previously been defined as aliases
end tell

--Michelle

--
"Beware the march of ideas."
_______________________________________________
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.

References: 
 >Re: New to OS 10 help Please (From: Andrew Oliver <email@hidden>)

  • Prev by Date: Re: Occasional missing value from Finder command
  • Next by Date: Austin, TX. Mac Programmers SIG meeting this weekend April 5th....
  • Previous by thread: Re: New to OS 10 help Please
  • Next by thread: RE: New to OS 10 help Please
  • Index(es):
    • Date
    • Thread