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

[REBOL] Re: Filtering files in directories.

From: robert:muench:robertmuench at: 2-Jan-2003 19:45

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] > On Behalf Of Ed Dana > Sent: Thursday, January 02, 2003 6:26 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Filtering files in directories. > How do I get only specified files in a directory? IOW, how do > I do the equivalent of pattern matching, if I want all JPG files, > how do I return only *.jpg?
Hi, this isn't part of Rebol's base functions. There is a library named something like directory-functions or file-functions written by (sorry can't remember) that has a LS clone function in it. Very useful. Robert