• 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: Help with moving folders via applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with moving folders via applescript


  • Subject: Re: Help with moving folders via applescript
  • From: Axel Luttgens <email@hidden>
  • Date: Sun, 18 Dec 2005 19:05:38 +0100

Jim Hankins wrote:
[...]


move every folder of the desktop to the folder "Old Desktop" of home  <<<<<<it errors on this line

[...]

Doesn't "every folder of the desktop" return a list with every disk showing on the desktop as well as the destination folder too?
In which case, you may have some troubles...

Could you try by filtering out (with a "whose" clause) items that should not be moved?
Something like:
    ... whose (name is not "Old Desktop" and class is folder) ...

HTH,
Axel


 _______________________________________________
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

  • Follow-Ups:
    • Re: Help with moving folders via applescript
      • From: Jim Hankins <email@hidden>
    • Re: Help with moving folders via applescript
      • From: "Mark J. Reed" <email@hidden>
References: 
 >Help with moving folders via applescript (From: Jim Hankins <email@hidden>)

  • Prev by Date: Re: Help with moving folders via applescript
  • Next by Date: Re: Help with moving folders via applescript
  • Previous by thread: Re: Help with moving folders via applescript
  • Next by thread: Re: Help with moving folders via applescript
  • Index(es):
    • Date
    • Thread