Re: Timed watched folders
Re: Timed watched folders
- Subject: Re: Timed watched folders
- From: Matthew Smith <email@hidden>
- Date: Fri, 16 Jan 2004 13:44:30 +1100
on 16/01/2004 09:12, Chad Lindsey at email@hidden wrote:
>
if the name of aFile contains {"DT"} & {"_cdot"} then
I am not sure this is doing what you expect. It does not mean if the name of
the file contains "DT" and "_cdot". To that you need to say:
if name of aFile contains "DT" and name of aFile contains "_cdot" then
--
Matthew Smith
_______________________________________________
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.