[Gambas-user] Issue 223 in gambas: RDir fails to recurse when Filter is set to gb.File
gambas at ...2524...
gambas at ...2524...
Sat Mar 10 15:33:56 CET 2012
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 223 by ronmcina... at ...370...: RDir fails to recurse when Filter
is set to gb.File
http://code.google.com/p/gambas/issues/detail?id=223
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
Attachments:
TestRDir.tar.gz 5.5 KB
More information about the User
mailing list