Re: special characters in file names
Re: special characters in file names
- Subject: Re: special characters in file names
- From: Shane Stanley <email@hidden>
- Date: Wed, 12 Oct 2005 20:29:05 +1000
- Thread-topic: special characters in file names
On 12/10/05 8:12 PM, "Jim Brandt" <email@hidden> wrote:
> set theFile to (item i of fileList) as text
> duplicate theFile to folder (infomac & "Originals:")
You've made theFile a string, not a file reference. Try something like:
duplicate file theFile to folder (infomac & "Originals:")
--
Shane Stanley <email@hidden>
_______________________________________________
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