Re: Dir Problem

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu