• 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: deeply frustrating: how to copy/move a file from one place to another
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: deeply frustrating: how to copy/move a file from one place to another


  • Subject: Re: deeply frustrating: how to copy/move a file from one place to another
  • From: Doug McNutt <email@hidden>
  • Date: Mon, 2 Feb 2004 12:53:04 -0700

At 18:45 +0000 2/2/04, Charles Arthur wrote:
>move thefile to "~/Sites/LB/"

Probably not all you need but the "~" shortcut is specific to certain shells (AS insists on bash). The environment variable $HOME is defined at AppleScript time provided the script is executed by a user and not by some cron job.

MvMac or CpMac "POSIX path to source" $HOME/Sites/LB/

with appropriate quoted form magic might work but it requires developer tools.

move file to (folder LB of folder Sites of my home directory)

is something else one might guess but I'm not very good at that .
--

Applescript syntax is like English spelling:
Roughly, but not thoroughly, thought through.
_______________________________________________
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: 
 >deeply frustrating: how to copy/move a file from one place to another (From: Charles Arthur <email@hidden>)

  • Prev by Date: Re: Expect commands in Applescript
  • Next by Date: Re: Expect commands in Applescript
  • Previous by thread: Re: deeply frustrating: how to copy/move a file from one place to another
  • Next by thread: Re: deeply frustrating: how to copy/move a file from one place to another
  • Index(es):
    • Date
    • Thread