I don't recommend using DIR?.
If you look at the source of DIR? you can see it
accesses the filesystem each time it is called,
so this is much slower than checking for a final slash.

The code would also have to be:

        either dir? join thisDir aFile [...

because the current dir has not been set to thisDir.

Anton.

---
Tom Conlin wrote:

> I too recomend 'foreach because it seems more clear as well.
> might also want to look at
> 
> either dir? aFile[... ][... ]

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to