• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Filter for folders
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filter for folders


  • Subject: Re: Filter for folders
  • From: Matthew Smith <email@hidden>
  • Date: Sun, 24 Mar 2002 09:42:32 +1100

on 24/03/2002 02:15, Jean-Marie Hoornaert at email@hidden wrote:

>> 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

Why not:

on open TheItems
tell application "Finder" to set TheFiles [noBreak]
to every file of TheItems
end open

--
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.

References: 
 >Re: Filter for folders (From: Jean-Marie Hoornaert <email@hidden>)

  • Prev by Date: Re: Scripting Startup Disk System Preference in OS X
  • Next by Date: Re: Finding folder from its id
  • Previous by thread: Re: Filter for folders
  • Next by thread: File wasn't found - Error Message. Open for Access in 9.2.2
  • Index(es):
    • Date
    • Thread