Re: applescript-users digest, Vol 3 #2339 - 14 msgs
Re: applescript-users digest, Vol 3 #2339 - 14 msgs
- Subject: Re: applescript-users digest, Vol 3 #2339 - 14 msgs
- From: Chad Lindsey <email@hidden>
- Date: Fri, 16 Jan 2004 09:48:21 -0500
Matthew,
It does work on the desktop machine, and usually on the server.
What I really want is it to look at the first two characters to see if it
contains "DT", if it does it will also check to see if it contains "_cdot"
or "_spot", if it contains DT and -cdot, it moves to a certain folder, if it
contains DT and spot, it moves to a specific folder, and if it contains DT
and no _cdot or _spot it moves to a specific folder. I tried, but not sure
if I am getting it correct.
This is grabbing files from a universal incoming folder, just grabbing files
that are named with DT in the first two spots.
Thanks!
>
> 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
_
Chad Lindsey
Fry Communications Inc.
Building #3 Electronic Pre Press
15 Pleasant View Drive
Mechanicsburg, PA 17050
1-800-334-1429 x3737
email@hidden
_______________________________________________
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.