google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

RDir fails to recurse when Filter is set to gb.File #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
It appears that when you use gb.File as a filter with RDir that recursion does 
not occur. e.g.
    sFiles = RDir(Application.Path, "*") correctly returns all files
    sFiles = RDir(Application.Path, "*", gb.File) only returns the files in the top-level directory

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: 3.0
Operating system: Linux
Distribution: Ubuntu 11.10
Architecture: x86 (32bit Linux on 64 bit machine)
GUI component: Default
Desktop used: Unity

3) Provide a little project that reproduces the bug or the crash.
Attached

4) If your project needs a database, try to provide it, or part of it.
n/a

5) Explain clearly how to reproduce the bug or the crash.
Just load project and run to see problem

6) By doing that carefully, you have done 50% of the bug fix job!

IMPORTANT NOTE: if you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!

Best Regards
Ron McInally

Original issue reported on code.google.com by ronmcina...@yahoo.co.uk on 10 Mar 2012 at 2:33

Attachments:

GoogleCodeExporter commented 9 years ago
Yep. The semantic is logical, but I admit it is not very useful!

Original comment by benoit.m...@gmail.com on 12 Mar 2012 at 1:51

GoogleCodeExporter commented 9 years ago
Fixed in revision #4550.

Original comment by benoit.m...@gmail.com on 14 Mar 2012 at 2:11