• 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: Copy/Move a file in X
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Copy/Move a file in X


  • Subject: Re: Copy/Move a file in X
  • From: email@hidden
  • Date: Fri, 30 Nov 2001 17:55:16 -0500

At 12.53 pm -0800 30/11/01, Andrew Laurence wrote:
Hi all,

A painfully simple question... In Mac OS X, how do you copy/move a file with AppleScript? The Finder's 'move' command yields a error type -15267, and Jons Commands isn't ported yet.

Any suggestions from the collective consciousness?

Thanks,
Andrew

The following has worked for me under OSX 10.1.1

tell application "Finder"
activate
move selection to folder "Desktop Pictures" of folder "Appearance" of folder "System Folder" of disk "Marvin"
end tell

Simon
--


References: 
 >Copy/Move a file in X (From: Andrew Laurence <email@hidden>)

  • Prev by Date: Re: The "FTP Item" Command in Standard Additions
  • Next by Date: Re: Does this program exist?
  • Previous by thread: Copy/Move a file in X
  • Next by thread: Stepping through lines in a variable of text
  • Index(es):
    • Date
    • Thread