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: gregg:pointillistic at: 17-Jul-2007 9:35

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