• 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: file path problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file path problem


  • Subject: Re: file path problem
  • From: Cameron Knowlton <email@hidden>
  • Date: Thu, 30 Jun 2011 17:06:28 -0700

Title: Re: file path problem
I recently upgraded my Mac and found that the standard Satimage didn't work, since it's not 64 bit. There *is* a 64 bit version around, but it's hard to find... let me know if you need a hand locating it.

Hope this helps.
Cameron Knowlton


At 6:26 PM -0500 11/06/30, Christopher Stone wrote:
Hey Jean-Christophe,

AppleScript's text item delimiters are useful and very fast, but I generally prefer to use the Satimage.osax for find/replace.  It too is very fast, more versatile, and I don't have to fool with resetting TIDs.

At the simplest level:

set fileName to "Re: file path problem"
set fileName to change ":" into ";" in fileName

Using a list:

set fileName to "Re: file path problem!"
set fileName to change {":", "!"} into {";", "?"} in fileName

Jumping up to regular expressions:

set fileName to change "[:!]" into "" in fileName with regexp without case sensitive

--
Best Regards,
Chris

--
Cameron Knowlton
KnowledgeVine SEO Dashboards
email@hidden
P: 250.382.0226
http://www.knowledgevine.net
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: file path problem
      • From: Emmanuel LEVY <email@hidden>
    • Re: file path problem
      • From: Christopher Stone <email@hidden>
    • Re: file path problem
      • From: Alex Zavatone <email@hidden>
References: 
 >file path problem (From: Jean-Christophe Helary <email@hidden>)
 >Re: file path problem (From: Christopher Stone <email@hidden>)

  • Prev by Date: Re: file path problem
  • Next by Date: Re: file path problem
  • Previous by thread: Re: file path problem
  • Next by thread: Re: file path problem
  • Index(es):
    • Date
    • Thread