Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How to parse a filename using wildcards

From: ale870::gmail::com at: 17-Jul-2007 18:36

Wonderful! I will check it immediately, since it could be very useful for two applications I'm creating! Thank you! On 7/17/07, Gregg Irwin <gregg-pointillistic.com> wrote:
> > Hi Alessandro, > > AM> The problem is I need to find some files/dir using typical > AM> wildcards (or something similar :-) ) to filter a filename list. > ... > AM> Can you suggest me a workaround (maybe using parse? In which way?) > AM> to make a true, fully functional filter for filename, extension? > > I put %file-list.r on REBOL.org some time back. It's large, because it > does more than name matching, providing a dialect for filtering files > by name, date, size, and attributes. e.g.: > > [%*.txt changed after 1-Aug-1998 < 10 kb not read-only] > > -- Gregg > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >
-- --Alessandro