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

[REBOL] Re: Aquiring sub-dir contents

From: ryanc:iesco-dms at: 4-Oct-2001 14:50

Does this do what you need? get-sub-files: does [ files: copy [] foreach item read %. [ if dir? item [append files read item] ] ] --Ryan Donald Dalley wrote:
> Hi, REBOLs: > > Is there a small, simple method (or function) of getting just the file names > within a set of sub-drawers? I am having trouble efficiently applying what > little directory code there is, in the web database. > > The parent directory has a set of drawers named (-, A, B, C..., 1, 2, 3...), > but the code should work universally with any name set. The goal, of course, > is to get only the file names within the drawer set, not the drawer names. > > -- > > ---===///||| Donald Dalley |||\\\===--- > The World of AmiBroker Support > http://webhome.idirect.com/~ddalley > UIN/ICQ#: 65203020 > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400