RE: How to get a directory name

2005-01-31 Thread Dominique Devienne
> From: Ninju Bohra [mailto:[EMAIL PROTECTED] > Was hesitant in writing the javascript (having never > done it yet ;-) so I perserved on the regular > expression front and with the help of a collegue we > came up with > > input="${sorted.builds}" >regexp

RE: How to get a directory name

2005-01-31 Thread Ninju Bohra
Success! The element helped in restricting the list. Was hesitant in writing the javascript (having never done it yet ;-) so I perserved on the regular expression front and with the help of a collegue we came up with Works like a charm... Later, Ninju --- Dominique Devienne <[EMAIL PROT

RE: How to get a directory name

2005-01-31 Thread Dominique Devienne
> From: Ninju Bohra [mailto:[EMAIL PROTECTED] > 1) How do I limit the number of directories that are > returned in the to just the first level > sub-directories Use something like > 2) Is it necessary to do the or does the > return them in sorted order> Platform-dependent behavior. You'd bet

How to get a directory name

2005-01-31 Thread Ninju Bohra
Hey Guys, I am befuttled as to exactly how to do this... I have releases going to a directory tree ...Release2.0 | ---Release2.0Build400 | lib | ---Release2.0Build401 | lib | ---Release2.0Build402 | lib |