• 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: Path to folder list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Path to folder list


  • Subject: Re: Path to folder list
  • From: Richard Allaway <email@hidden>
  • Date: Wed, 30 Nov 2005 12:06:18 -0500

On Wednesday, November 30, 2005, at 11:55AM, Richard Allaway <email@hidden> wrote:

>
>If you want a list of paths of visible folders, you could ask System Events:
>
>-----
>
>tell application "System Events"
>	set the item_list to (get path of every folder of newArchive whose visible is true)
>end tell
>
>-----
>


actually, on second thoughts, you'll need to do this to weed out the invisible folders:

-----
tell application "System Events"
	set the item_list to (get path of every folder of newArchive whose visible is true and name does not start with ".")
end tell
-----

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Path to folder list (From: Gonçalo Miguel <email@hidden>)
 >Re: Path to folder list (From: Richard Allaway <email@hidden>)

  • Prev by Date: Re: Path to folder list
  • Next by Date: Re: Path to folder list
  • Previous by thread: Re: Path to folder list
  • Next by thread: Re: Path to folder list
  • Index(es):
    • Date
    • Thread