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

[REBOL] Re: if and parens

From: brett:codeconscious at: 9-Oct-2002 9:34

> I'm not sure about any bug, but... > > info? which dir? is based on, queries the target system for information. > > For your local file system (hard disk) it is probably not much of an
issue. I take this back. It is not much of an issue to use dir? on your local file system if you have a low number of files. Checking the #"/" in the name is *much* faster. See "Reading directories faster" thread. Regards, Brett.