• 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: (no subject)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (no subject)


  • Subject: Re: (no subject)
  • From: Michelle Steiner <email@hidden>
  • Date: Tue, 23 Jan 2001 11:17:34 -0800

On 1/23/01 3:24 AM, Mr Tea <email@hidden> wrote

> set addExt to (every item of selection whose file type istheType)
> repeat with theFile in addExt
> set theFile's name to theFile's name & theExt
> end repeat

A minor modification, if I may...

set addExt to (every item of selection whose file type is theType)
repeat with theFile in addExt

if text -4 through -1 of (theFile's name) is not theExt then
set theFile's name to theFile's name & theExt
end if

end repeat

--Michelle

----------------------------------------------------------------------
| Michelle Steiner | Hard as it may be to believe, my |
| email@hidden | life has been based on a true story. |
----------------------------------------------------------------------


  • Prev by Date: Re: whose name contains space
  • Next by Date: Why is this so?
  • Previous by thread: Re: (no subject)
  • Next by thread: (no subject)
  • Index(es):
    • Date
    • Thread