Re: Filter for folders
Re: Filter for folders
- Subject: Re: Filter for folders
- From: Jean-Marie Hoornaert <email@hidden>
- Date: Sat, 23 Mar 2002 16:15:37 +0100
Le samedi 23 mars 2002 a 15:27, Gilles Le Pors ecrit :
>
This does not work:
>
>
on open TheItems
>
tell application "Finder" to set TheFiles [noBreak]
>
to every item of TheItems whose kind is not "Dossier"
>
end open
test this :
on open TheItems
tell application "Finder" to set TheFiles [noBreak]
to every item of TheItems whose file type is not "fold"
end open
--
French is my first language, Dutch my second and ...
AppleScript my third.
Cordialement (cordially)
____________________
Jean-Marie -HOO;-)
____________________
Jean-Marie Hoornaert
email@hidden
http://www.h2o.be
Newsletter : email@hidden?subject=Infos_h2o
AppleScripting FileMaker
French web site
_______________________________________________
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.