Re: walk_dir issue
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 24, 2004
- 498 views
Juergen Luethje wrote: > That was not my question. My point was, that when we do e.g. > }}} <eucode> > ? walk_dir("C:\\*.txt", routine_id("look_at"), 0) > </eucode> {{{ > > -- as I wrote above -- then something happens, that Derek and I > consider a bug. I'm not sure why this is a bug. You are supposed to specify a single directory for walk_dir() to walk. You are instead specifying a bunch of txt files. How can you complain about what happens next? Do you want walk_dir() to analyse the path you give it, and spit out an error message? Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com