(no subject)
(no subject)
- Subject: (no subject)
- From: Jim Brandt <email@hidden>
- Date: Mon, 11 Feb 2002 05:09:21 -0600
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")
Infomac is defined properly and there are multiple files of type
"TEXT" in the folder some with creator "TBB6" and some with other
creator types. I'm trying to isolate the Tex EDIT Plus files.
This statement:
set fileList to every file in folder infomac whose (file type is "TEXT")
gives me every file in the folder.
This statement:
set fileList to every file in folder infomac whose (file creator is "TBB6")
also gives me an empty list
_______________________________________________
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.