Re: Dir Problem
- Posted by Robert Craig <rds at RapidEuphoria.com> May 21, 2004
- 566 views
Daniel Kluss wrote: > I get the following problem from dir in file.e on windows xp home > the program is a two liner > the folder "data" does not exist > Any comments whole be greatly appriciated > Daniel > ------------dir.exw > include file.e > > ? dir("data\\*.") > --------------------error screen > c:\euphoria\include\file.e:101 in function dir() > A machine-level exception occurred during execution of this statement OK, thanks for reporting it. I've managed to reproduce the bug on my machine. I'll fix it for the next release. In any case, perhaps you meant to say: ? dir("data\\*.*") That seems to work. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com