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

[REBOL] Re: variable scopes and recursive func

From: antonr::lexicon::net at: 11-Apr-2005 22:07

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: