• 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: URL access scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: URL access scripting


  • Subject: Re: URL access scripting
  • From: Gnarlodious <email@hidden>
  • Date: Fri, 14 Dec 2001 21:13:22 -0700

Thanks, Berk for this script. I am working it up to check for and if
available, download an audio file updated weekly.

Entity Paul Berkowitz spoke thus:

> set i to 0
> set desktopPath to (path to desktop as string)
> set preExtName to "test"
> set done to false
>
> repeat until done
> set newFilePath to desktopPath & preExtName & ".txt"
> try
> get alias newFilePath -- if it doesn't error, you have one
> set i to (i + 1)
> set preExtName to "test" & i
> on error -- means you don't have a file of this name yet
> set done to true
> end try
> end repeat

Rachel http://www.gnarlodious.com


  • Follow-Ups:
    • Re: URL access scripting
      • From: Bryan Kobler <email@hidden>
References: 
 >Re: URL access scripting (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: Help w/ creator changer script
  • Next by Date: Re: URL access scripting
  • Previous by thread: Re: URL access scripting-SOLVED!
  • Next by thread: Re: URL access scripting
  • Index(es):
    • Date
    • Thread