Re: move theFile to thePath replacing no
Re: move theFile to thePath replacing no
- Subject: Re: move theFile to thePath replacing no
- From: Gary Lists <email@hidden>
- Date: Fri, 25 Jul 2003 10:39:48 -0400
On or about 7/25/03 5:42 AM, Johnny AppleScript wrote:
>
Pretty nifty, huh?
Well, I don't know about 'nifty' ... any downloading tool needs to name the
file, right?
>
Since Finder Dictionary says that default of replacing no is no, I just
>
presumed that spelling it out might actually do something similar to URLAS.
I still, then, do not understand what you want to accomplish?
Do you wish to change a file name? Is that all? Replace a file with
another? What?
-- to rename a file in the Finder
set x to choose file -- for testing
tell application "Finder" to set the (name of x) to "new name"
Or are you trying to _append contents_ of one file to another?
--
Gary
_______________________________________________
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.