• 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: How to examine folder contents
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to examine folder contents


  • Subject: Re: How to examine folder contents
  • From: SemiColon <email@hidden>
  • Date: Thu, 4 Jan 2001 16:08:27 -0800

Correction. (and three posts, oh my)

That should read:

set SUD to path to startup disk as string
tell application "Finder"
if (name of every folder of folder (SUD & "MASTERFOLDER:")) contains "x" then
open file (SUD & "MASTERFOLDER:" & "x:" & "SPECIALFILE")
else
if (name of every folder of folder (SUD & "MASTERFOLDER:")) contains "y" then
open file (SUD & "MASTERFOLDER:" & "y:" & "SPECIALFILE")
end if
end if
end tell

;


  • Prev by Date: Re: Those Darn Email Character Mappings
  • Next by Date: Re: Chevrons [getting OT] - and back on topic again
  • Previous by thread: Re: How to examine folder contents
  • Next by thread: Reading and Writing to text files
  • Index(es):
    • Date
    • Thread