Re: Collect file types
Re: Collect file types
- Subject: Re: Collect file types
- From: Gnarlodious <email@hidden>
- Date: Mon, 11 Feb 2002 04:30:58 -0700
Entity Jim Brandt spoke thus:
>
Can someone tell me why this statement comes up with an empty list:
>
>
set fileList to every file in folder infomac whose (file type is
>
"TEXT" and file creator is "TBB6")
I can't answer your question, but I am using Akua and say this:
set x to the entries in dropped [opt L]
whose types are in {"ttro", "TEXT"} whose creators are in [opt L]
{"ttxt", "R*ch"} [opt L]
to a depth of -1 as alias
repeat with i in x
apply catalog info {file creator:"TBB6", file type:"TEXT"} to alias
i
_______________________________________________
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.