Re: walk_dir issue
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Nov 24, 2004
- 556 views
On Wed, 24 Nov 2004 21:41:38 +0100, Juergen Luethje <j.lue at gmx.de> wrote: >-- as I wrote above -- then something happens, that Derek and I >consider a bug. Surely it is easier for your look_at routine to strip the *.txt you passed to walk_dir than it is for walk_dir to attempt to strip it automagically? In my limited experience with the windows API functions FindFirstFile and FindNextFile, you have to tack a wildcard onto any path specified, in other words the windows API is probably at least partially to blame for this behaviour. Regards, Pete