[REBOL] Re: REBOL/Power-Tools Help needed!
From: arolls:bigpond:au at: 24-Feb-2001 1:00
Hi Mark, In my dir-utils.r, (http://users.bigpond.net.au/datababies/anton/rebol/index.r) you can find 'cp, which recurses (iteratively, using a stack) through directories in order to copy files from one location to another, and 'ls, which accepts a pattern for listing files. You can join the bits of code together to make a search function. I am planning to write my own. I just can't say when. Anton.