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

[REBOL] New find question

From: kpeters::vu-ware::com at: 24-Jun-2005 17:45

Hi all ~ ... files: read %/c/ foreach file files[   if find/any file "p*.htm"= [      read= file ... **Access Error: Cannot open= /C/p3.htm.32105.#01 Why on earth would this file match my= filter? How do I exclude any such= files? TIA, Kai