• 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: Finder's "exists" command ignores leading zero's in filename
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder's "exists" command ignores leading zero's in filename


  • Subject: Re: Finder's "exists" command ignores leading zero's in filename
  • From: Nigel Garvey <email@hidden>
  • Date: Fri, 23 May 2014 18:07:16 +0100

Shane Stanley wrote on Fri, 23 May 2014 22:36:42 +1000:

>On 23 May 2014, at 7:45 pm, Nigel Garvey
><email@hidden> wrote:

>> It only occurs in situations where the Finder compares names for
>> _equality_
>
>Yes, it's as if the comparison is done like this:
>
>ignoring case
>	considering numeric strings
>		"Test_00001.txt" = "Test_01.txt" --> true
>	end considering
>end ignoring

… which may also be rendered:

  considering numeric strings but ignoring case
    "Test_00001.txt" = "Test_01.txt" --> true
  end considering

>Which is not how the Finder normally compares names.

?

>> so one of the fastest ways round it (when using the Finder)
>
>
>Oxymoron? ;-)

Fishface.  ;-)

I was aware when I wrote it of the non-sequitur implication that the way
the Finder compared names meant my workaround was one of the fastest. I
meant of course that my workaround was therefore an option and that —
incidentally — it also happened to be one of the fastest of which I knew
(when using the Finder). But it proved too difficult at the time to
express this in a readable form.  :)

NG

 _______________________________________________
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: Finder's "exists" command ignores leading zero's in filename
      • From: Stan Cleveland <email@hidden>
  • Prev by Date: Re: Finder's "exists" command ignores leading zero's in filename
  • Next by Date: Re: Finder's "exists" command ignores leading zero's in
  • Previous by thread: Re: Finder's "exists" command ignores leading zero's in filename
  • Next by thread: Re: Finder's "exists" command ignores leading zero's in filename
  • Index(es):
    • Date
    • Thread