This method existed in 1.1* versions, but since variable paths (like "/**/") were introduced starting from v 1.2 it doesn't make any sense.
What to use:
Enumeration enumerateFiles()
File[] files()
The first one is much more efficient if you need only few first entries.
Regarding stability.
All versions utill now are less or more stable (at least by intention).
Intentionally unstable test releases are planned, but they will have a clear declaration of that.
When trying to compile your Example "Listing files using Wildcards" with jregexp1.2_01 I got an error using the function pp.list().
Is this function no longer supported? What is the last stable version to use?
Cheers
Hein
Hi!
This method existed in 1.1* versions, but since variable paths (like "/**/") were introduced starting from v 1.2 it doesn't make any sense.
What to use:
Enumeration enumerateFiles()
File[] files()
The first one is much more efficient if you need only few first entries.
Regarding stability.
All versions utill now are less or more stable (at least by intention).
Intentionally unstable test releases are planned, but they will have a clear declaration of that.
Also, take a look at this forum 4-5 days later, I'll post
the results of passing the Perl's re_tests (see http://public.activestate.com/gsar/APC/perl-5.6.x/t/op/re_tests\)
Regards
Sergey