Re: Bug in dir() leads to Unicode and win_dir()
- Posted by ags <eu at 531pi.co.nz> Jul 20, 2005
- 479 views
Greg Haberek wrote: > > > Do you think it's worth trying to find the cause of this and fix it in > > win_dir() or to implement a new walk_win_dir() ? > > I think I may need to tweak walk_win_dir(). Also I'm trying to prepend > win_ to Euphoria routines, so it will be called win_walk_dir() > instead. I think in order to better support the dir()/win_dir() > compatibility, I'm going to have it check to see if the path is a > directory, and if so, look *in* that directory for files. This will > allow me to make win_walk_dir() like this: That's cool, I just didn't want to change win_dir() itself, and in fact had trouble doing that, hence the hacked walk_win_dir(). No problems about the name though :) Gary