Re: Checking 2 folders and copy if new
Re: Checking 2 folders and copy if new
- Subject: Re: Checking 2 folders and copy if new
- From: Bjorn Van Blanckenberg <email@hidden>
- Date: Wed, 15 May 2002 16:54:33 +0200
Still having trouble
Applescript gives the error
write "file1 -> File server:folder:second folder:another folder:last
folder::filename wasn't found.
Those :: is probably the problem
Property used for the folders are
property folderOne : ("server:folder:second folder:another folder:last
folder:")
If I remove last : in property I get a parameter error on
set f1 to (folderOne & this_item) as alias
-> alias is giving the error I think
set f2 to (folderTwo & this_item) as alias
If I remove the "as alias"
I get error
--> Can't get modification date of "server:folder:second folder:another
folder:last folderfilename".
--
thanks
Bjorn Van Blanckenberg
_______________________________________________
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.