1. walk_dir() not walking tru subdirs
- Posted by Archarios Dec 15, 2010
- 1683 views
I cannot get walk_cir() to walk through any sub directories on any windows drive I have. I have tried the example given in the manual to no avail as well. Any help would be much appreciated! Thx in advance
2. Re: walk_dir() not walking tru subdirs
- Posted by jeremy (admin) Dec 15, 2010
- 1614 views
I cannot get walk_cir() to walk through any sub directories on any windows drive I have. I have tried the example given in the manual to no avail as well. Any help would be much appreciated! Thx in advance
Are you on RC2? There was a bug we discovered after we tagged RC2 and already put quite a few deployments in place. The bug is now fixed. As a work around, try appending a trailing \ to your walk_dir and see if that helps. This is fixed and will be correct in 4.0 final due out on Dec 22.
Jeremy
3. Re: walk_dir() not walking tru subdirs
- Posted by Archarios Dec 15, 2010
- 1633 views
My program checks out, walk_dir() just not working properly. Using latest version: http://sourceforge.net/projects/rapideuphoria/files/Rapid%20Euphoria/4.0.0.RC2/Windows/euphoria-4.0.0.RC2-ow.exe/download
4. Re: walk_dir() not walking tru subdirs
- Posted by jeremy (admin) Dec 15, 2010
- 1569 views
Yes, that's the one w/the bug in it. Did you try the \ slash?
Jeremy
5. Re: walk_dir() not walking tru subdirs
- Posted by Archarios Dec 15, 2010
- 1552 views
No typos in program, has ending slashs "
".
6. Re: walk_dir() not walking tru subdirs
- Posted by Archarios Dec 15, 2010
- 1551 views
Is there a version you could point me to that works correctly?
7. Re: walk_dir() not walking tru subdirs
- Posted by jeremy (admin) Dec 15, 2010
- 1584 views
A recent eubin should work for you:
http://openeuphoria.org/eubins/windows/
Grab the latest one (largest revision number).
Jeremy
8. Re: walk_dir() not walking tru subdirs
- Posted by Archarios Dec 16, 2010
- 1652 views
Works like a charm, thank you very much!
9. Re: walk_dir() not walking tru subdirs
- Posted by jeremy (admin) Dec 16, 2010
- 1613 views
Works like a charm, thank you very much!
Good to have another confirmation that the bug is fixed. Thanks for helping out.
Jeremy