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

[REBOL] truble with " * " all characters recognizing

From: gduroux::qbiogene::com at: 10-Dec-2002 18:04

I need to open all files in a directory so I tried Foreach file i/exp/ [if file = %*.tab [do somthing]] But rebol dont whant to recognise this form %test.tab is not equal to %*.tab If some of you could describe me the good way to reach my goal ? Other question When I open a file out of the rebol file path I enconter security asking is it a way to remove it ? Thanks All GUILLAUME