Re: special characters in file names
Re: special characters in file names
- Subject: Re: special characters in file names
- From: Michelle Steiner <email@hidden>
- Date: Tue, 11 Oct 2005 22:27:14 -0700
On Oct 11, 2005, at 4:07 PM, Jim Brandt wrote: Putting the complete name of the folder in a variable doesn't work either.
Any suggestions?
This works for me:
set dt to (path to desktop as text) tell application "Finder" set theFile to the selection set theFile to item 1 of theFile duplicate theFile to folder (dt & "•Originals:") end tell
I think we'll need to know how you set the variable "theFile"
-- Michelle
-- I've noticed lately that the paranoid fear of computers becoming intelligent and taking over the world has almost entirely disappeared from the common culture. Near as I can tell, this coincides with the release of MS-DOS. -- Larry DeLuca
|
_______________________________________________
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