The difference is the /match. without it, you have basically "*your-pattern*", will say, if that pattern is somewhere in the string, its found. with /match you force the ends to match.
On 6/25/05, Anton Rolls <[EMAIL PROTECTED]> wrote: >=20 > This is a well-tested method I use a lot: >=20 > >> %"" =3D find/match/any %p3.htm.32105.#01 "p*.htm" > =3D=3D false >=20 > >> %"" =3D find/match/any %p3.htm "p*.htm" > =3D=3D true >=20 > Anton. >=20 > > Hi all ~ ... files: read %/c/ foreach file files[ > > if find/any file "p*.htm"=3D [ read file ... > > **Access Error: Cannot open /C/p3.htm.32105.#01 > > Why on earth would this > > file match my filter? How do I exclude any such files? TIA, Kai >=20 > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >=20 >=20 --=20 -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
